public interface MultiPredicate extends Predicate
Predicate.EmptyPredicateBooleanExpression.False, BooleanExpression.True| Modifier and Type | Method and Description |
|---|---|
NonBooleanExpression |
getLeft()
Returns the expression on the left side (the first expression).
|
List<NonBooleanExpression> |
getRights()
Returns the remaining expressions after the first one.
|
NonBooleanExpression getLeft()
List<NonBooleanExpression> getRights()
Copyright © 2010-2012. All Rights Reserved.