public class And extends Junction
| Constructor and Description |
|---|
And(Collection<? extends Condition> conditions) |
And(Condition... conditions) |
| Modifier and Type | Method and Description |
|---|---|
And |
and(Condition condition) |
add, add, clear, clearParameters, copy, equals, getConditions, getParameters, hashCode, remove, remove, set, set, toStringgetOperator, not, or, toString@SafeVarargs public And(Condition... conditions)
public And(Collection<? extends Condition> conditions)
public And and(Condition condition) throws UnsupportedOperationException
and in interface Conditionand in class AbstractConditionUnsupportedOperationExceptionCopyright © 2021. All rights reserved.