Package | Description |
---|---|
com.redhat.thermostat.storage.query |
Modifier and Type | Class and Description |
---|---|
class |
UnaryLogicalExpression<T extends ComparisonExpression>
A
UnaryExpression which represents a boolean formula
with one comparison expression and a logical operator. |
Modifier and Type | Class and Description |
---|---|
class |
BinaryComparisonExpression<T>
A
BinaryExpression that corresponds to an algebraic comparison
between a Key and a corresponding value. |
class |
BinarySetMembershipExpression<T>
A
BinaryExpression that corresponds to an algebraic comparison
between a Key and multiple values. |
Modifier and Type | Method and Description |
---|---|
<T extends ComparisonExpression> |
ExpressionFactory.not(T expr)
Creates a
UnaryLogicalExpression which is a logical
negation of the provided expression. |
Copyright © 2018. All rights reserved.