Package rx.internal.operators
Class OperatorSkipLastTimed<T>
java.lang.Object
rx.internal.operators.OperatorSkipLastTimed<T>
- Type Parameters:
T
- the value type
- All Implemented Interfaces:
Func1<Subscriber<? super T>,
,Subscriber<? super T>> Function
,Observable.Operator<T,
T>
Skip delivering values in the time window before the values.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
timeInMillis
final long timeInMillis -
scheduler
-
-
Constructor Details
-
OperatorSkipLastTimed
-
-
Method Details
-
call
- Specified by:
call
in interfaceFunc1<Subscriber<? super T>,
Subscriber<? super T>>
-