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