|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrx.operators.OperationSwitch
public final class OperationSwitch
Transforms an Observable that emits Observables into a single Observable that emits the items emitted by the most recently published of those Observables.
| Constructor Summary | |
|---|---|
OperationSwitch()
|
|
| Method Summary | ||
|---|---|---|
static
|
switchDo(Observable<? extends Observable<? extends T>> sequences)
This function transforms an Observable sequence of Observable sequences into a single Observable sequence
which produces values from the most recently published Observable . |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OperationSwitch()
| Method Detail |
|---|
public static <T> Observable.OnSubscribeFunc<T> switchDo(Observable<? extends Observable<? extends T>> sequences)
Observable sequence of Observable sequences into a single Observable sequence
which produces values from the most recently published Observable .
sequences - The Observable sequence consisting of Observable sequences.
Func1 which does this transformation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||