Returns an iterator for the respective return values of a callback for each value from this iteration.
The given callback receives the value for each entry, its index, and the iterator itself.
Returns an array of the respective return values of a callback for each entry in this collection.
Returns an iterator for all values from this iterator that pass a test.