OCLOperators collect
(Adding message template to the top of the page)
(Replacing message template with parser tag)
Line 1: Line 1:
{{message|Write the content here to display this box}}
<message>Write the content here to display this box</message>
Returns a collection containing the result of applying ''expr'' on all elements contained in ''self''.  
Returns a collection containing the result of applying ''expr'' on all elements contained in ''self''.  
{| class="wikitable"
{| class="wikitable"

Revision as of 07:50, 17 June 2024

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