reaktive
Toggle table of contents
2.4.0
common
Platform filter
common
Switch theme
Search in API
reaktive
reaktive
/
com.badoo.reaktive.maybe
/
maybeOfNotNull
maybe
Of
Not
Null
fun
<
T
:
Any
>
maybeOfNotNull
(
value
:
T
?
)
:
Maybe
<
T
>
Returns a
Maybe
that emits the provided
value
if it is not
null
, otherwise completes.