• Creates a new sequence populated with the results of calling a provided function on every element in the source sequence

    Remarks

    P0 deferred version of _map

    Returns

    A new sequence with each element being the result of the selector function.

    Type Parameters

    • T

    • TOut

    Parameters

    Returns ((src: Iterable<T>) => Iterable<TOut>)

      • (src: Iterable<T>): Iterable<TOut>
      • Parameters

        • src: Iterable<T>

        Returns Iterable<TOut>

Generated using TypeDoc