every
Returns true if the provided callback returns true for all objects in the list.
every(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 all objects in the list.
every(callback: (target: T) => any): boolean