- ifThen(Func0<Boolean>, Observable<? extends R>) - Static method in class rx.Statement
-
Return an Observable that emits the emissions from a specified Observable
if a condition evaluates to true, otherwise return an empty Observable.
- ifThen(Func0<Boolean>, Observable<? extends R>, Scheduler) - Static method in class rx.Statement
-
Return an Observable that emits the emissions from a specified Observable
if a condition evaluates to true, otherwise return an empty Observable
that runs on a specified Scheduler.
- ifThen(Func0<Boolean>, Observable<? extends R>, Observable<? extends R>) - Static method in class rx.Statement
-
Return an Observable that emits the emissions from one specified
Observable if a condition evaluates to true, or from another specified
Observable otherwise.