Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ChainBehavior<A, B>

Type parameters

  • A

  • B

Hierarchy

Implements

Index

Constructors

constructor

Properties

child

child: Observer<any>

Private fn

fn: function

Type declaration

Private innerB

innerB: Behavior<B>

last

last: B

nrOfListeners

nrOfListeners: number

of

of: function = of

Type declaration

Private outer

outer: Behavior<A>

Private outerConsumer

outerConsumer: Observer<A>

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(b: B): void

pushOuter

  • pushOuter(a: A): void

removeListener

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

subscribe

Generated using TypeDoc