Type alias ReflexivePipeOperator<T>

ReflexivePipeOperator<T>: ((subject: T) => Maybe<T>)

Type Parameters

  • T

Type declaration

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

      Parameters

      • subject: T

      Returns Maybe<T>