Class OperatorTakeTimed<T>

java.lang.Object
rx.internal.operators.OperatorTakeTimed<T>
Type Parameters:
T - the result value type
All Implemented Interfaces:
Func1<Subscriber<? super T>,Subscriber<? super T>>, Function, Observable.Operator<T,T>

public final class OperatorTakeTimed<T> extends Object implements Observable.Operator<T,T>
Takes values from the source until the specific time elapses.