A quantifying operation return Boolean for whether some or all of the elements in a set satisfy a condition.
Methods
Method | Description | Query expression |
---|---|---|
All | Bool whether all elements in a collection satisfy a condition | N/A |
Any | Bool whether any elements in a collection satisfy a condition | N/A |
Contains | Bool whether a collection contains a specified element | N/A |