Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Streamlet<I, O>

Type parameters

  • I = unknown

  • O = I

Hierarchy

Index

Properties

Readonly streamletContext

streamletContext: null | StreamletContext

Readonly streamletScope

streamletScope: null | StreamletScope<O>

Methods

bindInput

  • bindInput(key: string, input: Outlet<I>): void
  • Parameters

    • key: string
    • input: Outlet<I>

    Returns void

decohere

  • decohere(): void
  • Returns void

disconnectInputs

  • disconnectInputs(): void
  • Returns void

disconnectOutputs

  • disconnectOutputs(): void
  • Returns void

inlet

  • inlet(key: string): null | Inlet<I>
  • Parameters

    • key: string

    Returns null | Inlet<I>

outlet

  • outlet(key: string): null | Outlet<O>
  • Parameters

    • key: string

    Returns null | Outlet<O>

recohere

  • recohere(version: number): void
  • Parameters

    • version: number

    Returns void

setStreamletContext

  • Parameters

    Returns void

setStreamletScope

  • Parameters

    Returns void

unbindInput

  • unbindInput(key: string): void
  • Parameters

    • key: string

    Returns void

Generated using TypeDoc