Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "sources/from-next"

Index

Functions

Functions

fromNext

  • Creates an observable from a function that gets passed the observable's next() function.

    See also external.

    Type parameters

    • T

      Type of items to be emitted by the observable.

    Parameters

    • f: function

      Function that will be executed with the observable's next() function.

    Returns Observable<T>

    New observable.

Generated using TypeDoc