Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "transforms/last"

Index

Functions

Functions

last

  • Returns a Transform that emits the last item in an observable.

    Type parameters

    • T

      Type of items emitted by the observable.

    Returns Transform<T>

    Transform that emits the last item emitted by the observable.

Generated using TypeDoc