Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RecordOutlet

Hierarchy

Implemented by

Index

Methods

bindOutput

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

disconnectInputs

  • disconnectInputs(): void

disconnectOutputs

  • disconnectOutputs(): void

filter

get

has

  • has(key: Value): boolean

invalidateInput

  • invalidateInput(): void

invalidateInputKey

keyIterator

map

memoize

outlet

outputIterator

reconcileInput

  • reconcileInput(version: number): void

reconcileInputKey

  • reconcileInputKey(key: Value, version: number): void

reduce

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

streamletContext

streamletScope

unbindOutput

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

unbindOutputs

  • unbindOutputs(): void

watch