UNIVERSAL
Represents the universal set.
Object
The QueryLogic.UNIVERSAL
value represents
the universal set. It is used to represent a
set that contains every element. For example, the union of LessThan(5)
and GreaterThan(4)
is UNIVERSAL
because every value can satisfy both conditions.