OCLOperators collect
No edit summary
No edit summary
Line 1: Line 1:
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"
!Expression
!Expression

Revision as of 08:13, 2 March 2023

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 94 days ago on 02/10/2024. What links here