some
Returns true if the provided callback returns true for at least one object in the list.
some(callback: (target: T) => any): boolean
Related
- class ManagedListA data structure that contains an ordered set of managed objects.
Returns true if the provided callback returns true for at least one object in the list.
some(callback: (target: T) => any): boolean