Skip to main content

projectObservables

Callable


  • Project a set of observables into a single observable based on a projection function *


    Type parameters

    • Observables: Observable<any>[] = Observable<any>[]

      extends Observable

      <any>
      [] - Observables to be projected *

    • Result = any

      Result of the projection *

    Parameters

    Returns Observable<Result>

    The result of the projection function applied to input