Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "transforms/window"

Index

Functions

Functions

window

  • Branches out the source observable as nested observables whenever notifier emits.

    Type parameters

    • T

      Type of items emitted by the observable.

    Parameters

    • notifier: Observable<unknown>

      Observable that emits when a branch should be created.

    Returns Transform<T, Observable<T>>

    Transform that emits an observable with a subset of items from the original observable.

Generated using TypeDoc