Class OperatorTimeoutBase<T>

java.lang.Object
rx.internal.operators.OperatorTimeoutBase<T>
All Implemented Interfaces:
Func1<Subscriber<? super T>,Subscriber<? super T>>, Function, Observable.Operator<T,T>
Direct Known Subclasses:
OperatorTimeout, OperatorTimeoutWithSelector

class OperatorTimeoutBase<T> extends Object implements Observable.Operator<T,T>