| Package | Description |
|---|---|
| com.redhat.thermostat.storage.query |
| Modifier and Type | Method and Description |
|---|---|
<S extends Expression,T extends Expression> |
ExpressionFactory.and(S left,
T right)
Creates a
BinaryLogicalExpression with the two provided expressions
joined in order by a logical AND operation. |
<S extends Expression,T extends Expression> |
ExpressionFactory.or(S left,
T right)
Creates a
BinaryLogicalExpression with the two provided expressions
joined in order by a logical OR operation. |
Copyright © 2015. All rights reserved.