public interface BooleanExpression extends ComparableExpression<Boolean>
Modifier and Type | Method and Description |
---|---|
BooleanExpression |
and(BooleanExpression expr)
Method to return the AND of this expression and the other expression.
|
BooleanExpression |
neg()
Method to return an expression that is the current expression negated.
|
BooleanExpression |
not()
Method to negate this expression.
|
BooleanExpression |
or(BooleanExpression expr)
Method to return the OR of this expression and the other expression.
|
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, min
as, cast, count, countDistinct, eq, eq, instanceOf, ne, ne
BooleanExpression and(BooleanExpression expr)
expr
- The other expressionBooleanExpression or(BooleanExpression expr)
expr
- The other expressionBooleanExpression not()
BooleanExpression neg()
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.