Map
Reference
Produces a new collection of values by mapping each value in list through defined task, in parallel. When execution is finished on all items, the map
task will return a list of execution results in an order which corresponds to the order of the source list.
Version: 1