Uses of Class
rx.observers.SerializedObserver
Packages that use SerializedObserver
Package
Description
Classes extending the Observable base reactive class, synchronous and
asynchronous event generators.
Classes extending the Observable base reactive class and implementing
the Observer interface at the same time (aka hot Observables).
-
Uses of SerializedObserver in rx.observables
Fields in rx.observables declared as SerializedObserverModifier and TypeFieldDescriptionprivate final SerializedObserver
<Observable<? extends T>> AsyncOnSubscribe.AsyncOuterManager.serializedSubscriber
-
Uses of SerializedObserver in rx.subjects
Fields in rx.subjects declared as SerializedObserver