public class DoesNotHave<T> extends Negative<T>
true if the condition is not satisfied.Condition.Status| Modifier and Type | Method and Description |
|---|---|
static <T> DoesNotHave<T> |
doesNotHave(Condition<? super T> condition)
Creates a new
. |
conditionDescriptionWithStatus, describedAs, description, status, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitas, as, as, describedAspublic static <T> DoesNotHave<T> doesNotHave(Condition<? super T> condition)
DoesNotHave.T - the type of value the Condition applies to.condition - the condition to inverse.Copyright © 2025. All rights reserved.