| Class | Description |
|---|---|
| OperatorIfThen<R> |
Given a condition, subscribe to one of the observables when an Observer
subscribes.
|
| OperatorSwitchCase<K,R> |
Select an observable from a map based on a case key returned by a selector
function when an observer subscribes.
|
| OperatorWhileDoWhile<T> |
Repeatedly subscribes to the source observable if the pre- or
postcondition is true.
|