The collection to iterate over.
Optional
predicate: StringIterator<boolean>The function invoked per iteration.
Returns the new filtered array.
_.reject
Optional
predicate: ListIterateeCustom<T, boolean>_.reject
Optional
predicate: ObjectIterateeCustom<T, boolean>Generated using TypeDoc
The opposite of _.filter; this method returns the elements of collection that predicate does not return truthy for.