find
Returns the first object in the list for which the provided callback returns true.
find(callback: (target: T) => any): T | undefined
Related
- class ManagedListA data structure that contains an ordered set of managed objects.
Returns the first object in the list for which the provided callback returns true.
find(callback: (target: T) => any): T | undefined