Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "transforms/end-with"

Index

Functions

Functions

endWith

  • Returns a Transform that emits the items specified as arguments after te source observable ends.

    Type parameters

    • T

      Type of items emitted by the observable.

    Parameters

    • Rest ...vs: T[]

      Values to emit after the source observable ends.

    Returns Transform<T>

    Transform that emits the items of vs after the source observables ends.

Generated using TypeDoc