Short for "Asynchronous Map", runs on all values concurrently, this means that if you are not doing networking, you should use a regular map
Short for "Asynchronous Map" with an Index, runs on all values concurrently, this means that if you are not doing networking, you should use a regular mapIndexed
Short for "Asynchronous Parallel Map", but is not really parallel, only concurrent.
Short for "Asynchronous Parallel Map" with an Index, but is not really parallel, only concurrent.