switchMapTo<R> method
Emits all values from the most recent higher-order observable
.
Implementation
Observable<R> switchMapTo<R>(Observable<R> observable) =>
switchMap<R>(constantFunction1(observable));
Emits all values from the most recent higher-order observable
.
Observable<R> switchMapTo<R>(Observable<R> observable) =>
switchMap<R>(constantFunction1(observable));