SwitchMapOperator<T> extension
- on
-
- Observable<
T>
- Observable<
Methods
-
switchMap<
R> (Map1< T, Observable< project) → Observable<R> >R> - Emits values from the most recent higher-order Observable retrieved by projecting the values of the source to higher-order Observables.
-
switchMapTo<
R> (Observable< R> observable) → Observable<R> -
Emits all values from the most recent higher-order
observable
.