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>

public class OperatorSkipLastTimed<T> extends Object implements Observable.Operator<T,T>
Skip delivering values in the time window before the values.