UNPKG

can-query-logic

Version:
10 lines (7 loc) 433 B
@property {Object} can-query-logic.UNIVERSAL UNIVERSAL @parent can-query-logic.static-types Represents the universal set. @type {Object} The `QueryLogic.UNIVERSAL` value represents the [universal set](https://en.wikipedia.org/wiki/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.