Descriptable<T>
DoesNotHave
, Not
public abstract class Negative<T> extends Condition<T>
Modifier | Constructor | Description |
---|---|---|
protected |
Negative(Condition<? super T> condition) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
matches(T value) |
Verifies that the given value satisfies this condition.
|
as, as, describedAs, describedAs, description, toString
Copyright © 2014–2019. All rights reserved.