Class OperatorTakeTimed.TakeSubscriber<T>

java.lang.Object
rx.Subscriber<T>
rx.internal.operators.OperatorTakeTimed.TakeSubscriber<T>
All Implemented Interfaces:
Action, Action0, Function, Observer<T>, Subscription
Enclosing class:
OperatorTakeTimed<T>

static final class OperatorTakeTimed.TakeSubscriber<T> extends Subscriber<T> implements Action0
Subscribed to source and scheduled on a worker.