commons
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
commons
commons-collections
/
xyz.xenondevs.commons.collections
/
mapKeysNotNull
map
Keys
Not
Null
inline
fun
<
K
,
V
,
R
>
Map
<
K
,
V
>
.
mapKeysNotNull
(
keySelector
:
(
Map.Entry
<
K
,
V
>
)
->
R
?
)
:
Map
<
R
,
V
>