| Package | Description |
|---|---|
| rx |
Rx Observables
|
| rx.observables |
| Modifier and Type | Method and Description |
|---|---|
BlockingObservable<T> |
Observable.toBlocking()
Converts an Observable into a
BlockingObservable (an Observable with blocking operators). |
| Modifier and Type | Method and Description |
|---|---|
static <T> BlockingObservable<T> |
BlockingObservable.from(Observable<? extends T> o)
Converts an
Observable into a BlockingObservable. |
Copyright © 2016. All rights reserved.