toggle menu
KAHelpers
androidJvm
switch theme
search in API
collections
/
dev.funkymuse.collections
/
putAllIfNotNull
put
All
If
Not
Null
inline
fun
<
K
,
V
>
MutableMap
<
K
,
V
>
.
putAllIfNotNull
(
vararg
data
:
Pair
<
K
,
V
?
>
,
predicate
:
(
V
)
->
Boolean
=
{ true }
)