Uneventful
    Preparing search index...

    Type Alias Sink<T>

    Sink: (val: T) => void

    A Sink is a function that receives data from a Stream.

    Type Parameters

    • T

    Type declaration

      • (val: T): void
      • Parameters

        • val: T

        Returns void