toggle menu
ktfx
0.3
jvm
switch theme
search in API
ktfx-commons
/
ktfx.collections
/
forEach
for
Each
inline
fun
ObservableFloatArray
.
forEach
(
action
:
(
Float
)
->
Unit
)
inline
fun
ObservableIntegerArray
.
forEach
(
action
:
(
Int
)
->
Unit
)
Performs the given
action
on each element.
See also
for
Each