fluid-stdlib
0.14.0
common
fluid-stdlib
/
io.fluidsonic.stdlib
/
mapIfNotNull
map
If
Not
Null
inline
fun
<
Value
:
Any
,
TransformedValue
>
Maybe
<
Value
?
>
.
mapIfNotNull
(
mapping
:
(
Value
)
->
TransformedValue
?
)
:
Maybe
<
TransformedValue
?
>