Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FilterFieldsOperator<K, V, I>

Type parameters

  • K

  • V

  • I

Hierarchy

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<Map<K, V>>): void

decohere

  • decohere(): void

decohereInput

  • decohereInput(): void

decohereInputKey

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

decohereOutput

  • decohereOutput(): void

decohereOutputKey

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

Protected didDecohere

  • didDecohere(): void

Protected didDecohereInputKey

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

Protected didDecohereOutputKey

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

Protected didRecohere

  • didRecohere(version: number): void

Protected didRecohereInputKey

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

Protected didRecohereOutputKey

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

disconnectInputs

  • disconnectInputs(): void

disconnectOutputs

  • disconnectOutputs(): void

Abstract evaluate

  • evaluate(key: K, value: V): boolean
  • Parameters

    • key: K
    • value: V

    Returns boolean

filter

get

  • get(): Map<K, V>
  • get(key: K): undefined | V
  • Returns Map<K, V>

  • Parameters

    • key: K

    Returns undefined | V

has

  • has(key: K): boolean
  • Parameters

    • key: K

    Returns boolean

keyIterator

map

memoize

Protected onDecohere

  • onDecohere(): void

Protected onDecohereInputKey

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

Protected onDecohereOutputKey

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

Protected onRecohere

  • onRecohere(version: number): void

Protected onRecohereInputKey

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

Protected onRecohereOutputKey

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

outlet

outputIterator

recohere

  • recohere(version: number): void

recohereInput

  • recohereInput(version: number): void

recohereInputKey

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

recohereOutput

  • recohereOutput(version: number): void

recohereOutputKey

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

reduce

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

    • U

    Parameters

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

          • result: U
          • element: V

          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<Map<K, V>>): void

unbindOutputs

  • unbindOutputs(): void

watch

Protected willDecohere

  • willDecohere(): void

Protected willDecohereInputKey

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

Protected willDecohereOutputKey

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

Protected willRecohere

  • willRecohere(version: number): void

Protected willRecohereInputKey

Protected willRecohereOutputKey

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

Generated using TypeDoc