Like switchMap, but subscribes to the new observable before unsubscribing from the old one. This prevents gaps in subscription coverage.
A function that, when applied to an item emitted by the source Observable, returns an Observable.
Like switchMap, but subscribes to the new observable before unsubscribing from the old one. This prevents gaps in subscription coverage.