public final class OperatorDebounceTimed<T> extends java.lang.Object implements Observable.Operator<T,T>
| Constructor and Description |
|---|
OperatorDebounceTimed(long timeout,
java.util.concurrent.TimeUnit unit,
Scheduler scheduler) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Subscriber<? super T> |
apply(org.reactivestreams.Subscriber<? super T> t) |
public OperatorDebounceTimed(long timeout,
java.util.concurrent.TimeUnit unit,
Scheduler scheduler)