Package | Description |
---|---|
rx |
Base reactive classes: Observable, Single and Completable; base reactive consumers;
other common base interfaces.
|
rx.singles |
Classes extending the Single base reactive class.
|
Modifier and Type | Method and Description |
---|---|
BlockingSingle<T> |
Single.toBlocking()
Converts a Single into a
BlockingSingle (a Single with blocking operators). |
Modifier and Type | Method and Description |
---|---|
static <T> BlockingSingle<T> |
BlockingSingle.from(Single<? extends T> single)
Converts a
Single into a BlockingSingle . |
Copyright © 2022. All rights reserved.