toggle menu
KAHelpers
androidJvm
switch theme
search in API
common
/
dev.funkymuse.common
/
allIsNotNull
all
Is
Not
Null
fun
<
T
,
R
>
allIsNotNull
(
vararg
values
:
T
,
out
:
(
)
->
R
?
)
:
R
?
Executing out callback if all vararg values is not null
Like .multilet , but not returning values