allTrue
allTrue()
Section titled “allTrue()”Category: Collection
Returns true if all items in the collection are boolean true
Signature
Section titled “Signature”- Return type:
boolean
Examples
Section titled “Examples”(true | true | true).allTrue()(Patient.active | Patient.active).allTrue()