Kubit
Toggle table of contents
1.0.0-alpha02
common
Platform filter
common
Switch theme
Search in API
Kubit
Kubit
/
kubit.collections.list.ext
/
forEachFlattened
for
Each
Flattened
fun
<
T
>
List
<
List
<
T
>
>
.
forEachFlattened
(
action
:
(
T
)
->
Unit
)
(
source
)
Iterates over each element in all nested lists and applies the given
action
.