public abstract class AbstractCondition extends Object implements Condition, Serializable, Cloneable
Modifier and Type | Method and Description |
---|---|
And |
and(Condition condition) |
<T extends Condition> |
copy() |
Operator |
getOperator()
Gets the operator.
|
Not |
not() |
Or |
or(Condition condition) |
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
clearParameters, getParameters, toString
Copyright © 2020. All rights reserved.