Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PlaceholderBehavior<B>

A placeholder behavior is a behavior without any value. It is used to do value recursion in ./framework.ts.

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

Private source

source: Behavior<B>

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

replaceWith

subscribe

Generated using TypeDoc