🚀 Welcome to MDriven Learn –  MDriven is now on Discord!  Don’t miss the latest Release Notes.
OCLOperators forAll
(Created page with "Build collection of tuples grouped by some aspect")
 
No edit summary
 
(17 intermediate revisions by 9 users not shown)
Line 1: Line 1:
Build collection of tuples grouped by some aspect
<message>Write the content here to display this box</message>
Returns true if all the elements  of a collection validate the condition expression,  otherwise returns false.
{| class="wikitable"
!Expression
!Result
|-
|<nowiki>Sequence{2.3, 5.2}->forAll(x|x> 3)</nowiki>
|false
|-
|<nowiki>Sequence{2.3, 5.2}->forAll(x|x> 1.2)</nowiki>
|true
|}
The reverse of this operator is [[Documentation:OCLOperators exists|->exists]].
[[Category:OCL Collection Operators]]
{{Edited|July|12|2025}}

Latest revision as of 05:37, 11 February 2025

This page was created by Alexandra on 2017-08-13. Last edited by Stephanie on 2025-02-11.

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.

MDriven Chat

How would you like to chat today?

Setting up your conversation…

This may take a few moments