public static final class GuardExpression.Operation
extends java.lang.Object
GuardExpression
instancesModifier and Type | Method and Description |
---|---|
static GuardExpression |
and(GuardExpression lhs,
GuardExpression rhs)
Combines both
GuardExpression s with logical AND |
static GuardExpression |
or(GuardExpression lhs,
GuardExpression rhs)
Combines both
GuardExpression s with logical OR |
public static GuardExpression and(GuardExpression lhs, GuardExpression rhs)
GuardExpression
s with logical ANDlhs
- non-null GuardExpression
rhs
- non-null GuardExpression
public static GuardExpression or(GuardExpression lhs, GuardExpression rhs)
GuardExpression
s with logical ORlhs
- non-null GuardExpression
rhs
- non-null GuardExpression