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, or
public PropertyNullSpecification(PropertyFunction<T> property)