Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AbstractMapInletOutlet<K, V, I, O>

Type parameters

  • K

  • V

  • I

  • O

Hierarchy

Implements

Index

Constructors

constructor

Properties

Readonly input

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

Methods

bindInput

  • bindInput(newInput: MapOutlet<K, V, I>): void

bindOutput

  • bindOutput(output: Inlet<O>): void

decohere

  • decohere(): void

decohereInput

  • decohereInput(): void

decohereOutput

  • decohereOutput(): void

decohereOutputKey

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

Protected didDecohere

  • didDecohere(): void

Protected didDecohereOutputKey

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

Protected didRecohere

  • didRecohere(version: number): void

Protected didRecohereOutputKey

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

disconnectInputs

  • disconnectInputs(): void

disconnectOutputs

  • disconnectOutputs(): void

Abstract get

  • get(): undefined | O

map

  • Type parameters

    • O2

    Parameters

    Returns Outlet<O2>

memoize

  • Returns Outlet<O>

Protected onDecohere

  • onDecohere(): void

Protected onDecohereOutputKey

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

Protected onRecohere

  • onRecohere(version: number): void

Protected onRecohereOutputKey

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

outputIterator

recohere

  • recohere(version: number): void

recohereInput

  • recohereInput(version: number): void

recohereOutput

  • recohereOutput(version: number): void

recohereOutputKey

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

unbindInput

  • unbindInput(): void

unbindOutput

  • unbindOutput(output: Inlet<O>): void

unbindOutputs

  • unbindOutputs(): void

watch

Protected willDecohere

  • willDecohere(): void

Protected willDecohereOutputKey

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

Protected willRecohere

  • willRecohere(version: number): void

Protected willRecohereOutputKey

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

Generated using TypeDoc