OCLOperators collect
No edit summary
No edit summary
Line 7: Line 7:
|Sequence{'FIRST', 'SECOND'}
|Sequence{'FIRST', 'SECOND'}
|}
|}
[[Category:OCLOperators]]
[[Category:OCL Collection Operators]]
[[Category:OCL Collection Operators]]

Revision as of 06:01, 18 April 2023

This page was created by Alexandra on 2017-08-13. Last edited by Edgar on 2025-01-20.

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'}