T
- the value type of the main sequenceU
- the value type of the boundary sequencepublic final class OperatorDebounceWithSelector<T,U> extends java.lang.Object implements Observable.Operator<T,T>
Constructor and Description |
---|
OperatorDebounceWithSelector(Func1<? super T,? extends Observable<U>> selector) |
Modifier and Type | Method and Description |
---|---|
Subscriber<? super T> |
call(Subscriber<? super T> child) |
public OperatorDebounceWithSelector(Func1<? super T,? extends Observable<U>> selector)
public Subscriber<? super T> call(Subscriber<? super T> child)
call
in interface Func1<Subscriber<? super T>,Subscriber<? super T>>