Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SnapshotBehavior<A>

Type parameters

  • A

Hierarchy

Implements

Index

Constructors

constructor

Properties

Private afterFuture

afterFuture: boolean

child

child: Observer<any>

last

last: Future<A>

nrOfListeners

nrOfListeners: number

of

of: function = of

Type declaration

Private parent

parent: Behavior<A>

pushing

pushing: boolean

Static of

of: function = of

Type declaration

Methods

addListener

beginPulling

  • beginPulling(): void

chain

endPulling

  • endPulling(): void

map

pull

push

  • push(val: any): void

removeListener

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

subscribe

Generated using TypeDoc