- Preparing search index...
- The search index is not available
NewDash
- map<T>(collection): Promise<Tuple<T>>
-
Returns Promise<Tuple<T>>
- map<T, R>(collection, iteratee?): Promise<R[]>
-
Parameters
-
collection: ArrayLike<T>
-
Optional
iteratee: ArrayIteratee<T, Promise<R>>
Returns Promise<R[]>
- map<T, R>(collection, iteratee?): Promise<R[]>
-
Parameters
-
collection: Record<string, T>
-
Optional
iteratee: RecordIteratee<T, Promise<R>>
Returns Promise<R[]>
- map(collection, iteratee?): Promise<any[]>
-
Parameters
-
collection: any
-
Optional
iteratee: any
Returns Promise<any[]>
AsyncUtils.map, mapping values with async iteratee functions