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