Description
Currently ArrayExists always returns boolean values (if the arguments are not null), but it should follow the three-valued boolean logic:
- true if the predicate holds at least oneĀ true
- otherwise, null if the predicate holds null
- otherwise, false
Attachments
Issue Links
- links to