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