Package rx.internal.operators
Interface OperatorTimeoutBase.TimeoutStub<T>
- Type Parameters:
T
-
- All Superinterfaces:
Func4<OperatorTimeoutBase.TimeoutSubscriber<T>,
,Long, T, Scheduler.Worker, Subscription> Function
- Enclosing class:
OperatorTimeoutBase<T>
static interface OperatorTimeoutBase.TimeoutStub<T>
extends Func4<OperatorTimeoutBase.TimeoutSubscriber<T>,Long,T,Scheduler.Worker,Subscription>
Set up the timeout action based on every value
-
Method Summary