• Transforms each value of the iterable into another value, one at a time.

    Type Parameters

    • T

      The type of the items in the source sequence.

    • U

      The type of the items in the new sequence.

    Parameters

    • fn: ((value) => U)
        • (value): U
        • Parameters

          • value: T

          Returns U

    Returns IterablePipe<T, U>

Generated using TypeDoc