public class PropertyNullSpecification<T> extends ExpressionSpecification
| Constructor and Description |
|---|
PropertyNullSpecification(PropertyFunction<T> property) |
| Modifier and Type | Method and Description |
|---|---|
PropertyFunction<T> |
property() |
boolean |
satisfiedBy(Composite item) |
String |
toString() |
and, orpublic PropertyNullSpecification(PropertyFunction<T> property)