Searches for a value in this list.
The function called per iteration.
Optional
fromIndex: numberThe index to search from.
The found element, else undefined.
_.findLast
Optional
predicate: ListIterateeCustom<T, boolean>Optional
fromIndex: number_.findLast
Optional
fromIndex: number_.findLast
Optional
predicate: ObjectIterateeCustom<T, boolean>Optional
fromIndex: numberGenerated using TypeDoc
This method is like _.find except that it iterates over elements of a collection from right to left.