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