OCLOperators forAll
No edit summary
(Updated Edited template to July 12, 2025.)
Line 13: Line 13:
The reverse of this operator is [[OCLOperators exists|->exists]].
The reverse of this operator is [[OCLOperators exists|->exists]].
[[Category:OCL Collection Operators]]
[[Category:OCL Collection Operators]]
{{Edited|July|12|2024}}
{{Edited|July|12|2025}}

Revision as of 05:57, 20 January 2025

Returns true if all the elements of a collection validate the condition expression, otherwise returns false.

Expression Result
Sequence{2.3, 5.2}->forAll(x|x> 3) false
Sequence{2.3, 5.2}->forAll(x|x> 1.2) true

The reverse of this operator is ->exists.

This page was edited 35 days ago on 02/11/2025. What links here