OCLOperators collect
No edit summary
(Automatically adding template at the end of the page.)
 
(3 intermediate revisions by 2 users not shown)
Line 7: Line 7:
|Sequence{'FIRST', 'SECOND'}
|Sequence{'FIRST', 'SECOND'}
|}
|}
[[Category:OCLOperators]]
[[Category:OCL Collection Operators]]
{{Edited|July|12|2024}}

Latest revision as of 15:41, 10 February 2024

Returns a collection containing the result of applying expr on all elements contained in self.

Expression Result
Sequence{'first', 'second'}->collect(toUpper()) Sequence{'FIRST', 'SECOND'}
This page was edited 93 days ago on 02/10/2024. What links here