Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AbstractMapInlet<K, V, O>

Type parameters

  • K

  • V

  • O

Hierarchy

Implements

Index

Constructors

constructor

Properties

Readonly input

input: null | MapOutlet<K, V, O>

Methods

bindInput

  • bindInput(newInput: null | MapOutlet<K, V, O>): void

decohereOutput

  • decohereOutput(): void

decohereOutputKey

  • decohereOutputKey(key: K, effect: KeyEffect): void

Protected didDecohereOutput

  • didDecohereOutput(): void

Protected didDecohereOutputKey

  • didDecohereOutputKey(key: K, effect: KeyEffect): void

Protected didRecohereOutput

  • didRecohereOutput(version: number): void

Protected didRecohereOutputKey

  • didRecohereOutputKey(key: K, effect: KeyEffect, version: number): void

disconnectInputs

  • disconnectInputs(): void

disconnectOutputs

  • disconnectOutputs(): void

Protected onDecohereOutput

  • onDecohereOutput(): void

Protected onDecohereOutputKey

  • onDecohereOutputKey(key: K, effect: KeyEffect): void

Protected onRecohereOutput

  • onRecohereOutput(version: number): void

Protected onRecohereOutputKey

  • onRecohereOutputKey(key: K, effect: KeyEffect, version: number): void

recohereOutput

  • recohereOutput(version: number): void

recohereOutputKey

  • recohereOutputKey(key: K, version: number): void

unbindInput

  • unbindInput(): void

Protected willDecohereOutput

  • willDecohereOutput(): void

Protected willDecohereOutputKey

  • willDecohereOutputKey(key: K, effect: KeyEffect): void

Protected willRecohereOutput

  • willRecohereOutput(version: number): void

Protected willRecohereOutputKey

  • willRecohereOutputKey(key: K, effect: KeyEffect, version: number): void

Generated using TypeDoc