Package rx.internal.operators
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>
Takes values from the source until the specific time elapses.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
Subscribed to source and scheduled on a worker. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
time
final long time -
unit
-
scheduler
-
-
Constructor Details
-
OperatorTakeTimed
-
-
Method Details
-
call
- Specified by:
call
in interfaceFunc1<Subscriber<? super T>,
Subscriber<? super T>>
-