NewDash

    Function map

    • AsyncUtils.map, mapping values with async iteratee functions

      Type Parameters

      • T extends any[] | []

      Parameters

      • collection: T

      Returns Promise<Tuple<T>>

      Theo Sun

      5.18.0

    • AsyncUtils.map, mapping values with async iteratee functions

      Type Parameters

      • T
      • R = any

      Parameters

      • collection: ArrayLike<T>
      • Optionaliteratee: ArrayIteratee<T, Promise<R>>

      Returns Promise<R[]>

      Theo Sun

      5.18.0

    • AsyncUtils.map, mapping values with async iteratee functions

      Type Parameters

      • T
      • R = any

      Parameters

      • collection: Record<string, T>
      • Optionaliteratee: RecordIteratee<T, Promise<R>>

      Returns Promise<R[]>

      Theo Sun

      5.18.0

    • AsyncUtils.map, mapping values with async iteratee functions

      Parameters

      • collection: any
      • Optionaliteratee: any

      Returns Promise<any[]>

      Theo Sun

      5.18.0

    MMNEPVFCICPMFPCPTTAAATR