Package | Description |
---|---|
io.reactivex |
Base reactive classes:
Flowable , Observable ,
Single , Maybe and
Completable ; base reactive consumers;
other common base interfaces. |
io.reactivex.internal.operators.single |
Modifier and Type | Method and Description |
---|---|
static <T> Single<T> |
Single.create(SingleOnSubscribe<T> source)
Provides an API (via a cold Completable) that bridges the reactive world with the callback-style world.
|
Constructor and Description |
---|
SingleCreate(SingleOnSubscribe<T> source) |
Copyright © 2019. All rights reserved.