toggle menu
KAHelpers
androidJvm
switch theme
search in API
collections
/
dev.funkymuse.collections
/
onNotNull
on
Not
Null
inline
fun
<
T
>
Collection
<
T
>
?
.
onNotNull
(
onNull
:
(
)
->
Unit
=
{}
,
function
:
Collection
<
T
>
.
(
)
->
Unit
)