Type alias ReflexiveAsyncPipeOperator<T>

ReflexiveAsyncPipeOperator<T>: ((subject: T) => Awaitable<T | void>)

Type Parameters

  • T

Type declaration

    • (subject: T): Awaitable<T | void>
    • A closure that maps a given pipe item to an item of the same type.

      Parameters

      • subject: T

      Returns Awaitable<T | void>