public interface Conjunction extends ComposedBooleanExpression
AND) of two boolean expressions.BooleanExpression.False, BooleanExpression.True| Modifier and Type | Method and Description |
|---|---|
BooleanExpression |
getLeft()
Returns the boolean expression on the left side of
AND. |
BooleanExpression |
getRight()
Returns the boolean expression on the right side of
AND. |
BooleanExpression getLeft()
AND.AND.BooleanExpression getRight()
AND.AND.Copyright © 2010-2012. All Rights Reserved.