Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Operator<T, R>

Type parameters

  • T

  • R

Hierarchy

Index

Properties

Methods

Properties

_c

_c: function

Type declaration

    • (): void
    • Returns void

_e

_e: function

Type declaration

    • (err: any): void
    • Parameters

      • err: any

      Returns void

_n

_n: function

Type declaration

    • (v: T): void
    • Parameters

      • v: T

      Returns void

_stop

_stop: function

Type declaration

    • (): void
    • Returns void

ins

ins: Stream<T>

out

out: Stream<R>

type

type: string

Methods

_start

  • _start(out: Stream<R>): void
  • Parameters

    Returns void

Generated using TypeDoc