OCLOperatorsNotEmpty
No edit summary
(Automatically adding template at the end of the page.)
 
(One intermediate revision by the same user not shown)
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