Uses of Class
rx.observers.SerializedSubscriber
-
Packages that use SerializedSubscriber Package Description rx.internal.operators Operators that allow composing Observables to transform and manipulate data in an asynchronous, functional and thread-safe manner. -
-
Uses of SerializedSubscriber in rx.internal.operators
Fields in rx.internal.operators declared as SerializedSubscriber Modifier and Type Field Description (package private) SerializedSubscriber<T>
OperatorTimeoutBase.TimeoutSubscriber. serializedSubscriber
Constructors in rx.internal.operators with parameters of type SerializedSubscriber Constructor Description TimeoutSubscriber(SerializedSubscriber<T> serializedSubscriber, OperatorTimeoutBase.TimeoutStub<T> timeoutStub, SerialSubscription serial, Observable<? extends T> other, Scheduler.Worker inner)
-