public final class OperatorCollectWhile<R,T> extends Object implements rx.Observable.Operator<R,T>
| Constructor and Description |
|---|
OperatorCollectWhile(rx.functions.Func0<? extends R> factory,
rx.functions.Func2<? super R,? super T,? extends R> collector,
rx.functions.Func2<? super R,? super T,Boolean> condition) |
| Modifier and Type | Method and Description |
|---|---|
rx.Subscriber<? super T> |
call(rx.Subscriber<? super R> child) |
Copyright © 2013–2015. All rights reserved.