Uses of Class
rx.internal.operators.OperatorTimeoutBase
Packages that use OperatorTimeoutBase
Package
Description
Operators that allow composing Observables to transform and
manipulate data in an asynchronous, functional and thread-safe manner.
-
Uses of OperatorTimeoutBase in rx.internal.operators
Subclasses of OperatorTimeoutBase in rx.internal.operatorsModifier and TypeClassDescriptionfinal class
Applies a timeout policy for each element in the observable sequence, using the specified scheduler to run timeout timers.class
OperatorTimeoutWithSelector<T,
U, V> Returns an Observable that mirrors the source Observable.