OCLOperatorsNotEmpty
No edit summary
(Automatically adding template at the end of the page.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:


Returns true if ''self'' contains at least one element, false otherwise.
Returns true if ''self'' contains at least one element - otherwise, returns false.
{| class="wikitable"
{| class="wikitable"
!Expression
!Expression
Line 15: Line 15:
|}
|}
[[Category:OCLOperators]]
[[Category:OCLOperators]]
{{Edited|July|12|2024}}

Latest revision as of 15:38, 10 February 2024

Returns true if self contains at least one element - otherwise, returns false.

Expression Result
Sequence{2, 'a'}->notEmpty() true
Sequence{null}->notEmpty() true
Sequence{}->notEmpty() false
This page was edited 96 days ago on 02/10/2024. What links here