stdx-kt
1.3.0
common
stdx-core
/
dev.schlaubi.stdx.core
/
onEach
on
Each
inline
fun
<
T
>
Iterable
<
T
>
.
onEach
(
action
:
T
.
(
)
->
Unit
)
Performs the given
action
on each element.