Package | Description |
---|---|
rx |
Base reactive classes: Observable, Single and Completable; base reactive consumers;
other common base interfaces.
|
rx.observables |
Classes extending the Observable base reactive class, synchronous and
asynchronous event generators.
|
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 © 2020. All rights reserved.