commons
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
commons
commons-collections
/
xyz.xenondevs.commons.collections
/
mapValuesNotNullTo
map
Values
Not
Null
To
inline
fun
<
K
,
V
,
R
,
M
:
MutableMap
<
K
,
R
>
>
Map
<
K
,
V
>
.
mapValuesNotNullTo
(
destination
:
M
,
valueSelector
:
(
Map.Entry
<
K
,
V
>
)
->
R
?
)
:
M