Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "combiners/merge"

Index

Functions

Functions

merge

  • Merges multiple observables by emitting all items from all the observables. Items are emitted in the order they appear.

    Type parameters

    • T

      Type of items emitted by the observables.

    Parameters

    • Rest ...os: Array<Observable<T>>

      Observables to combine.

    Returns Observable<T>

    Observable that emits items from all observables.

Generated using TypeDoc