public class OperatorSkipLastTimed<T> extends java.lang.Object implements Observable.Operator<T,T>
| Constructor and Description | 
|---|
| OperatorSkipLastTimed(long time,
                     java.util.concurrent.TimeUnit unit,
                     Scheduler scheduler) | 
| Modifier and Type | Method and Description | 
|---|---|
| Subscriber<? super T> | call(Subscriber<? super T> subscriber) | 
public OperatorSkipLastTimed(long time,
                     java.util.concurrent.TimeUnit unit,
                     Scheduler scheduler)
public Subscriber<? super T> call(Subscriber<? super T> subscriber)
call in interface Func1<Subscriber<? super T>,Subscriber<? super T>>