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