Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "combiners/amb"

Index

Functions

Functions

amb

  • Takes in multiple observables but only emits items from the first observable to emit.

    Type parameters

    • T

      Type of items emitted by the observables.

    Parameters

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

      Observables to race.

    Returns Observable<T>

    Observable that emits items from one of the given observables.

Generated using TypeDoc