avail
2.0.0.alpha14
avail
/
avail.descriptor.representation
/
A_BasicObject
/
mapNotNil
map
Not
Nil
open
fun
<
T
:
A_BasicObject
,
O
:
A_BasicObject
>
mapNotNil
(
action
:
(
T
)
->
O
)
:
O
Content copied to clipboard
If the receiver is
notNil
, evaluate the
action
with it.