Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AbstractMapInletMapOutlet<KI, KO, VI, VO, I, O>

Type parameters

  • KI

  • KO

  • VI

  • VO

  • I

  • O

Hierarchy

Implements

Index

Constructors

constructor

Properties

Readonly input

input: null | MapOutlet<KI, VI, I>

Methods

bindInput

  • bindInput(newInput: MapOutlet<KI, VI, I>): void

bindOutput

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

decohere

  • decohere(): void

decohereInput

  • decohereInput(): void

decohereInputKey

  • decohereInputKey(key: KO, effect: KeyEffect): void

decohereOutput

  • decohereOutput(): void

decohereOutputKey

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

Protected didDecohere

  • didDecohere(): void

Protected didDecohereInputKey

  • didDecohereInputKey(key: KO, effect: KeyEffect): void

Protected didDecohereOutputKey

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

Protected didRecohere

  • didRecohere(version: number): void

Protected didRecohereInputKey

  • didRecohereInputKey(key: KO, effect: KeyEffect, version: number): void

Protected didRecohereOutputKey

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

disconnectInputs

  • disconnectInputs(): void

disconnectOutputs

  • disconnectOutputs(): void

filter

Abstract get

  • get(): O
  • get(key: KO): undefined | VO

Abstract has

  • has(key: KO): boolean

Abstract keyIterator

map

memoize

  • Returns MapOutlet<KO, VO, O>

Protected onDecohere

  • onDecohere(): void

Protected onDecohereInputKey

  • onDecohereInputKey(key: KO, effect: KeyEffect): void

Protected onDecohereOutputKey

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

Protected onRecohere

  • onRecohere(version: number): void

Protected onRecohereInputKey

  • onRecohereInputKey(key: KO, effect: KeyEffect, version: number): void

Protected onRecohereOutputKey

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

outlet

outputIterator

recohere

  • recohere(version: number): void

recohereInput

  • recohereInput(version: number): void

recohereInputKey

  • recohereInputKey(key: KO, version: number): void

recohereOutput

  • recohereOutput(version: number): void

recohereOutputKey

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

reduce

  • reduce<U>(identity: U, accumulator: (result: U, element: VO) => U, combiner: (result: U, result2: U) => U): Outlet<U>
  • Type parameters

    • U

    Parameters

    • identity: U
    • accumulator: (result: U, element: VO) => U
        • (result: U, element: VO): U
        • Parameters

          • result: U
          • element: VO

          Returns U

    • combiner: (result: U, result2: U) => U
        • (result: U, result2: U): U
        • Parameters

          • result: U
          • result2: U

          Returns U

    Returns Outlet<U>

unbindInput

  • unbindInput(): void

unbindOutput

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

unbindOutputs

  • unbindOutputs(): void

watch

Protected willDecohere

  • willDecohere(): void

Protected willDecohereInputKey

  • willDecohereInputKey(key: KO, effect: KeyEffect): void

Protected willDecohereOutputKey

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

Protected willRecohere

  • willRecohere(version: number): void

Protected willRecohereInputKey

Protected willRecohereOutputKey

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

Generated using TypeDoc