public class Not<T> extends Negative<T>
true if the condition is not satisfied.| Modifier | Constructor and Description |
|---|---|
private |
Not(Condition<? super T> condition) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Not<T> |
not(Condition<? super T> condition)
Creates a new
Not. |
java.lang.String |
toString() |
as, as, describedAs, describedAs, description