Docs (4.0.0)
class ManagedList method

find

Returns the first object in the list for which the provided callback returns true.

find(callback: (target: T) => any): T | undefined

Related