forked from ReactiveX/RxJava
-
Notifications
You must be signed in to change notification settings - Fork 2
Blocking Observable Operators
DavidMGross edited this page May 21, 2013
·
28 revisions
This section explains the BlockingObservable
subclass.
To transform an
Observable
into aBlockingObservable
, use theObservable.toBlockingObservable()
method.
-
forEach()
— -
from()
— -
getIterator()
— -
last()
— -
lastOrDefault()
— -
mostRecent()
— -
next()
— -
single()
— -
singleOrDefault()
— -
toFuture()
— -
toIterable()
— -
toIterator()
—
A Netflix Original Production
Tech Blog | Twitter @NetflixOSS | Twitter @RxJava | Jobs