Combine two observables with a map function and an optional pre-treatment.
Note: you can use the pre-treatment to add a filter, a distinctUntilChanged,
any other operator that can be used in a pipe, or even an UntilDestroy
operator.
Returns
an observable that emits the result of the map function
Combine two observables with a map function and an optional pre-treatment.
Note: you can use the pre-treatment to add a filter, a distinctUntilChanged, any other operator that can be used in a pipe, or even an
UntilDestroy
operator.Returns
an observable that emits the result of the map function
See