A function that maps each value in this iterator to a new value and also filters out any that return a nullish value.
Maps and filters the input iterator in the same iteratee function.
A function that maps each value in this iterator to a new value and also filters out any that return a nullish value.
Maps and filters the input iterator in the same
iterateefunction.