Uses of Class
rx.observers.SerializedObserver
-
Packages that use SerializedObserver Package Description rx.observables Classes extending the Observable base reactive class, synchronous and asynchronous event generators.rx.subjects 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 SerializedObserver Modifier and Type Field Description private SerializedObserver<Observable<? extends T>>
AsyncOnSubscribe.AsyncOuterManager. serializedSubscriber
-
Uses of SerializedObserver in rx.subjects
Fields in rx.subjects declared as SerializedObserver Modifier and Type Field Description private SerializedObserver<T>
SerializedSubject. observer
-