The collection to search.
The function invoked per iteration.
Optional fromIndex: numberThe index to search from.
Returns the matched element, else undefined.
_.find
Optional predicate: ListIterateeCustom<T, boolean>Optional fromIndex: number_.find
Optional fromIndex: number_.find
Optional predicate: ObjectIterateeCustom<T, boolean>Optional fromIndex: numberGenerated using TypeDoc
Iterates over elements of collection, returning the first element predicate returns truthy for. The predicate is invoked with three arguments: (value, index|key, collection).