Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "transforms/first"

Index

Functions

Functions

first

  • Returns a Transform that emits the first item in an observable. The source observable will be drained after.

    Type parameters

    • T

      Type of items emitted by the observable.

    Returns Transform<T>

    Transform that emits the first item emitted by the observable.

Generated using TypeDoc