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