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