forked from ReactiveX/RxJava
-
Notifications
You must be signed in to change notification settings - Fork 0
Blocking Observable Operators
DavidMGross edited this page May 21, 2013
·
49 revisions
This section explains the BlockingObservable subclass.
To transform an
Observableinto 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
- Introduction
- Getting Started
- JavaDoc
- How to Use RxJava
- Additional Reading
- The Observable
- Operators (Alphabetical List)
- Async
- Blocking Observable
- Combining
- Conditional & Boolean
- Connectable Observable
- Error Handling
- Filtering
- Mathematical and Aggregate
- Observable Creation
- String
- Transformational
- Utility Operators
- Implementing Custom Operators, previous
- Backpressure
- Error Handling
- Plugins
- Schedulers
- Subjects
- The RxJava Android Module
- RxJava 2.0
- How to Contribute