public class DoesNotHave<T> extends Negative<T>
true if the condition is not satisfied.| Modifier | Constructor and Description |
|---|---|
private |
DoesNotHave(Condition<? super T> condition) |
| Modifier and Type | Method and Description |
|---|---|
static <T> DoesNotHave<T> |
doesNotHave(Condition<? super T> condition)
Creates a new
. |
java.lang.String |
toString() |
as, as, describedAs, describedAs, descriptionpublic static <T> DoesNotHave<T> doesNotHave(Condition<? super T> condition)
DoesNotHave.T - the type of value the Condition applies to.condition - the condition to inverse.