Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "transforms/switch-all"

Index

Functions

Functions

switchAll

  • Converts a higher-order Observable into a first-order Observable producing values only from the most recent observable sequence.

    Type parameters

    • T

      Type of items emitted by the inner observables.

    Returns Transform<Observable<T>, T>

    Transform that emits items from the most recent observable emitted by the outer observable.

Generated using TypeDoc