Uses of Interface
rx.internal.operators.OperatorTimeoutBase.TimeoutStub
-
Packages that use OperatorTimeoutBase.TimeoutStub 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 OperatorTimeoutBase.TimeoutStub in rx.internal.operators
Fields in rx.internal.operators declared as OperatorTimeoutBase.TimeoutStub Modifier and Type Field Description (package private) OperatorTimeoutBase.TimeoutStub<T>
OperatorTimeoutBase. timeoutStub
(package private) OperatorTimeoutBase.TimeoutStub<T>
OperatorTimeoutBase.TimeoutSubscriber. timeoutStub
Constructors in rx.internal.operators with parameters of type OperatorTimeoutBase.TimeoutStub Constructor Description OperatorTimeoutBase(OperatorTimeoutBase.FirstTimeoutStub<T> firstTimeoutStub, OperatorTimeoutBase.TimeoutStub<T> timeoutStub, Observable<? extends T> other, Scheduler scheduler)
TimeoutSubscriber(SerializedSubscriber<T> serializedSubscriber, OperatorTimeoutBase.TimeoutStub<T> timeoutStub, SerialSubscription serial, Observable<? extends T> other, Scheduler.Worker inner)
-