Package-level declarations
Functions
Link copied to clipboard
Performs logical and
operations on multiple boolean values. If a part of the values is null, it is ignored to performs the operations. If there is only one valid value, the result is the value itself. If all values are null or no value, the result is null.
Link copied to clipboard
Link copied to clipboard
Performs logical xor
operations on multiple boolean values. If a part of the values is null, it is ignored to performs the operations. If there is only one valid value, the result is the value itself. If all values are null or no value, the result is null.