T - the value type of the main sequence
U - the value type of the boundary sequence
public final class OperatorDebounceWithSelector<T,U> extends Objectimplements Observable .Operator <T ,T>
| Constructor and Description |
|---|
OperatorDebounceWithSelector(Func1
|
public OperatorDebounceWithSelector(Func1<? super T ,? extends Observable <U>> selector)
public Subscriber<? super T> call(Subscriber <? super T> child)