Descriptable<T>
public class DoesNotHave<T> extends Negative<T>
true
if the condition is not satisfied.Modifier and Type | Method | Description |
---|---|---|
static <T> DoesNotHave<T> |
doesNotHave(Condition<? super T> condition) |
Creates a new
DoesNotHave . |
String |
toString() |
as, as, describedAs, describedAs, description
public static <T> DoesNotHave<T> doesNotHave(Condition<? super T> condition)
DoesNotHave
.condition
- the condition to inverse.Copyright © 2014–2019. All rights reserved.