Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AbstractMapInlet<K, V, O>

Type parameters

  • K

  • V

  • O

Hierarchy

Implements

Index

Constructors

constructor

Methods

bindInput

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

Protected didInvalidateOutput

  • didInvalidateOutput(): void

Protected didInvalidateOutputKey

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

Protected didReconcileOutput

  • didReconcileOutput(version: number): void

Protected didReconcileOutputKey

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

disconnectInputs

  • disconnectInputs(): void

disconnectOutputs

  • disconnectOutputs(): void

input

invalidateOutput

  • invalidateOutput(): void

invalidateOutputKey

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

Protected onInvalidateOutput

  • onInvalidateOutput(): void

Protected onInvalidateOutputKey

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

Protected onReconcileOutput

  • onReconcileOutput(version: number): void

Protected onReconcileOutputKey

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

reconcileOutput

  • reconcileOutput(version: number): void

reconcileOutputKey

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

unbindInput

  • unbindInput(): void

Protected willInvalidateOutput

  • willInvalidateOutput(): void

Protected willInvalidateOutputKey

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

Protected willReconcileOutput

  • willReconcileOutput(version: number): void

Protected willReconcileOutputKey

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