T - the result value typepublic final class OperatorWhileDoWhile<T>
extends java.lang.Object
implements rx.Observable.OnSubscribe<T>
This combines the While and DoWhile into a single operation through the conditions.
| Constructor and Description |
|---|
OperatorWhileDoWhile(rx.Observable<? extends T> source,
rx.functions.Func0<java.lang.Boolean> preCondition,
rx.functions.Func0<java.lang.Boolean> postCondition) |
public OperatorWhileDoWhile(rx.Observable<? extends T> source, rx.functions.Func0<java.lang.Boolean> preCondition, rx.functions.Func0<java.lang.Boolean> postCondition)