• Maps and flattens the list of list.

    Type Parameters

    • T

    • U

    Parameters

    • fn: ((t) => List<U>)

      The mapper function.

        • (t): List<U>
        • Parameters

          • t: T

          Returns List<U>

    Returns ((list) => List<U>)

    The mapped list.

Generated using TypeDoc