Type alias SameTypeStreamOperator<T>

SameTypeStreamOperator<T>: ((ins: Stream<T>) => Stream<T>)

Type Parameters

  • T

Type declaration

    • (ins: Stream<T>): Stream<T>
    • The type that fits into Stream.compose() with input stream and output stream of the same type.

      Parameters

      • ins: Stream<T>

      Returns Stream<T>

Generated using TypeDoc