Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "combiners/concat"

Index

Functions

Functions

concat

  • Creates an output Observable which sequentially emits all values from given Observable and then moves on to the next.

    Type parameters

    • T

      Type of items emitted by the observables.

    Parameters

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

      Observables to concatenate.

    Returns Observable<T>

    Observable that emits items from all observables.

Generated using TypeDoc