T - the type of the objects emitted to a subscriberR - the type of the target object to bind topublic final class OperatorConditionalBinding<T,R>
extends java.lang.Object
implements rx.Observable.Operator<T,T>
| Constructor and Description |
|---|
OperatorConditionalBinding(R bound) |
OperatorConditionalBinding(R bound,
rx.functions.Func1<? super R,java.lang.Boolean> predicate) |