Skip to content

Blocking Observable Operators

DavidMGross edited this page May 28, 2013 · 50 revisions

This section explains the BlockingObservable subclass.

To transform an Observable into a BlockingObservable, use the Observable.toBlockingObservable( ) method or the BlockingObservable.from( ) method.

  • forEach( )
  • from( )
  • getIterator( )
  • last( )
  • lastOrDefault( )
  • mostRecent( )
  • next( )
  • single( )
  • singleOrDefault( )
  • toFuture( )
  • toIterable( )
  • toIterator( )

forEach( )

from( )

getIterator( )

last( ) and lastOrDefault( )

mostRecent( )

next( )

single( ) and singleOrDefault( )

transformations: toFuture( ), toIterable( ), and toIterator( )

Clone this wiki locally