The collection to iterate over.
Optional
predicate: StringIterator<boolean>The function invoked per iteration.
Returns the new filtered array.
_.filter
_.filter
Optional
predicate: ListIterateeCustom<T, boolean>_.filter
_.filter
Optional
predicate: ObjectIterateeCustom<T, boolean>Generated using TypeDoc
Iterates over elements of collection, returning an array of all elements predicate returns truthy for. The predicate is invoked with three arguments: (value, index|key, collection).