Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SwitcherBehavior<A>

Type parameters

  • A

Hierarchy

Implements

Index

Constructors

constructor

Properties

Private b

b: Behavior<A>

child

child: Observer<any>

last

last: A

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

Private doSwitch

endPulling

  • endPulling(): void

map

pull

  • pull(): A

push

  • push(val: A): void

removeListener

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

subscribe

Generated using TypeDoc