public abstract class AbstractNegatable<T> extends Object implements Negatable<T>
| Constructor and Description |
|---|
AbstractNegatable() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
copy() |
protected boolean |
getNegation() |
T |
not()
Negates all conditions produced by this condition builder.
|
protected void |
setNegation(boolean negation) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.