Package rx.internal.operators
Class OperatorSkipTimed<T>
java.lang.Object
rx.internal.operators.OperatorSkipTimed<T>
- Type Parameters:
T
- the value type
- All Implemented Interfaces:
Func1<Subscriber<? super T>,
,Subscriber<? super T>> Function
,Observable.Operator<T,
T>
Skips elements until a specified time elapses.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
time
final long time -
unit
-
scheduler
-
-
Constructor Details
-
OperatorSkipTimed
-
-
Method Details
-
call
- Specified by:
call
in interfaceFunc1<Subscriber<? super T>,
Subscriber<? super T>>
-