arrow-meta
1.6.1-alpha.4
arrow-meta
/
arrow.meta.internal
/
mapNotNullTo
map
Not
Null
To
inline
fun
<
T
,
R
,
C
:
MutableCollection
<
in
R
>
>
Iterable
<
T
>
.
mapNotNullTo
(
destination
:
C
,
transform
:
(
T
)
->
R
?
)
:
C
Content copied to clipboard
inline
fun
<
K
,
V
,
R
,
C
:
MutableCollection
<
in
R
>
>
Map
<
out
K
,
V
>
.
mapNotNullTo
(
destination
:
C
,
transform
:
(
Map.Entry
<
K
,
V
>
)
->
R
?
)
:
C
Content copied to clipboard