reaktive
Toggle table of contents
2.4.0
common
Platform filter
common
Switch theme
Search in API
reaktive
reaktive
/
com.badoo.reaktive.observable
/
mapNotNull
map
Not
Null
fun
<
T
,
R
:
Any
>
Observable
<
T
>
.
mapNotNull
(
mapper
:
(
T
)
->
R
?
)
:
Observable
<
R
>
A shortcut for
map
followed by
notNull