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