Map a function over the collection, returning a set of pairs consisting of the original item and the result of the function application
Map a function over the collection, returning a set of pairs consisting of the original item and the result of the function application
Functionally equivalent to: map(x => x -> f(x))
the function to map
the new collection