public class PropertyNotNullPredicate<T> extends ExpressionPredicate
| Constructor and Description |
|---|
PropertyNotNullPredicate(PropertyFunction<T> property) |
| Modifier and Type | Method and Description |
|---|---|
PropertyFunction<T> |
property() |
boolean |
test(Composite item) |
String |
toString() |
public PropertyNotNullPredicate(PropertyFunction<T> property)