katlib
2.2.7
Katlib
katlib
/
dev.forst.katlib
/
forEachNotNull
for
Each
Not
Null
inline
fun
<
T
:
Any
>
Iterable
<
T
?
>
.
forEachNotNull
(
action
:
(
T
)
->
Unit
)
(
source
)
Performs the given
action
on each element that is not null.