projectObservables
Callable
Type parameters
- Observables: Observable<any>[] = Observable<any>[]
extends Observable
<any>[] - Observables to be projected * - Result = any
Result of the projection *
Parameters
rest...values: [...Observables[], ObservableProjection<Observables, Result>]
Returns Observable<Result>
The result of the projection function applied to input
- Observables: Observable<any>[] = Observable<any>[]
Project a set of observables into a single observable based on a projection function *