Docs (4.0.0)
class ManagedList method

every

Returns true if the provided callback returns true for all objects in the list.

every(callback: (target: T) => any): boolean

Related