reaktive
Toggle table of contents
2.4.0
common
Platform filter
common
Switch theme
Search in API
reaktive
reaktive
/
com.badoo.reaktive.observable
/
notNull
not
Null
fun
<
T
:
Any
>
Observable
<
T
?
>
.
notNull
(
)
:
Observable
<
T
>
Returns an
Observable
that emits only non-null elements from the source
Observable
.