_.forEachRight(collection, [iteratee=_.identity])
_.filter(collection, [predicate=_.identity])
_.countBy(collection, [iteratee=_.identity])
_.shuffle(collection)
_.some(collection, [predicate=_.identity])
_.sortBy(collection, [iteratees=[_.identity]])
_.reject(collection, [predicate=_.identity])
_.partition(collection, [predicate=_.identity])
_.flatMap(collection, [iteratee=_.identity])
_.map(collection, [iteratee=_.identity])
Page 2 of 3