Package | Description |
---|---|
io.reactivex |
Base reactive classes:
Flowable , Observable ,
Single , Maybe and
Completable ; base reactive consumers;
other common base interfaces. |
Modifier and Type | Method and Description |
---|---|
ObservableEmitter<T> |
ObservableEmitter.serialize()
Ensures that calls to onNext, onError and onComplete are properly serialized.
|
Modifier and Type | Method and Description |
---|---|
void |
ObservableOnSubscribe.subscribe(ObservableEmitter<T> emitter)
Called for each Observer that subscribes.
|
Copyright © 2019. All rights reserved.