public class FlushSelectorOperator<T>
extends java.lang.Object
implements rx.Observable.Operator<T,T>
| Constructor and Description |
|---|
FlushSelectorOperator(rx.functions.Func1<T,java.lang.Boolean> flushSelector,
ChannelOperations<?> channelOps) |
| Modifier and Type | Method and Description |
|---|---|
rx.Subscriber<? super T> |
call(rx.Subscriber<? super T> subscriber) |
public FlushSelectorOperator(rx.functions.Func1<T,java.lang.Boolean> flushSelector, ChannelOperations<?> channelOps)