-
- All Implemented Interfaces:
-
com.tds.common.reactor.Observable.Operator
,com.tds.common.reactor.functions.Func1
,com.tds.common.reactor.functions.Function
public final class OperatorDebounceWithSelector<T, U> implements Observable.Operator<T, T>
-
-
Constructor Summary
Constructors Constructor Description OperatorDebounceWithSelector(Func1<out Object, out Observable<U>> selector)
-
Method Summary
Modifier and Type Method Description Subscriber<out Object>
call(Subscriber<out Object> child)
-
-
Constructor Detail
-
OperatorDebounceWithSelector
OperatorDebounceWithSelector(Func1<out Object, out Observable<U>> selector)
-
-
Method Detail
-
call
Subscriber<out Object> call(Subscriber<out Object> child)
-
-
-
-