commons
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
commons
commons-collections
/
xyz.xenondevs.commons.collections
/
associateWithNotNullTo
associate
With
Not
Null
To
inline
fun
<
K
,
V
,
M
:
MutableMap
<
K
,
V
>
>
Iterable
<
K
>
.
associateWithNotNullTo
(
destination
:
M
,
valueSelector
:
(
K
)
->
V
?
)
:
M