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