Package rx.internal.operators
Class OperatorDebounceWithSelector<T,U>
java.lang.Object
rx.internal.operators.OperatorDebounceWithSelector<T,U>
- Type Parameters:
T
- the value type of the main sequenceU
- the value type of the boundary sequence
- All Implemented Interfaces:
Func1<Subscriber<? super T>,
,Subscriber<? super T>> Function
,Observable.Operator<T,
T>
public final class OperatorDebounceWithSelector<T,U>
extends Object
implements Observable.Operator<T,T>
Delay the emission via another observable if no new source appears in the meantime.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Func1
<? super T, ? extends Observable<U>> -
Constructor Summary
ConstructorsConstructorDescriptionOperatorDebounceWithSelector
(Func1<? super T, ? extends Observable<U>> selector) -
Method Summary