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