Skip to content

allTrue

Category: Collection

Returns true if all items in the collection are boolean true

  • Return type: boolean
(true | true | true).allTrue()
(Patient.active | Patient.active).allTrue()