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