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