Basically it lets you avoid having to use an explicit loop and namespace to perform two basic object manipulation tasks. The filter map()
can be used to apply a filter on a sequence of objects, or look up a given attribute from a sequence of objects.
2 Likes