Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SinkBehavior<B>

Type parameters

  • B

Hierarchy

Implements

Index

Constructors

constructor

Properties

child

child: Observer<any>

last

last: B

nrOfListeners

nrOfListeners: number

of

of: function = of

Type declaration

pushing

pushing: boolean

Static of

of: function = of

Type declaration

Methods

addListener

beginPulling

  • beginPulling(): void

chain

endPulling

  • endPulling(): void

map

pull

  • pull(): B

push

  • push(v: B): void

removeListener

  • removeListener(listener: Observer<any>): void

subscribe

Generated using TypeDoc