Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "transforms/exhaust"

Index

Functions

Functions

exhaust

  • Converts a higher-order Observable into a first-order Observable by dropping inner Observables while the previous inner Observable has not yet completed.

    Type parameters

    • T

      Type of items emitted by the inner observables.

    Returns Transform<Observable<T>, T>

    Transform that emits items from the first observable until it is exhausted, then continues with the next observable emitted.

Generated using TypeDoc