Skip to content

Blocking Observable Operators

DavidMGross edited this page May 21, 2013 · 28 revisions

This section explains the BlockingObservable subclass.

To transform an Observable into a BlockingObservable, use the Observable.toBlockingObservable() 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()

sidebar

Clone this wiki locally