public class ContainsPredicate<T> extends ExpressionPredicate
| Type | Property and Description |
|---|---|
PropertyFunction<? extends Collection<T>> |
collection |
| Constructor and Description |
|---|
ContainsPredicate(PropertyFunction<? extends Collection<T>> collectionProperty,
T value) |
| Modifier and Type | Method and Description |
|---|---|
PropertyFunction<? extends Collection<T>> |
collectionProperty() |
boolean |
test(Composite item) |
String |
toString() |
T |
value() |
public PropertyFunction<? extends Collection<T>> collectionProperty
public ContainsPredicate(PropertyFunction<? extends Collection<T>> collectionProperty, T value)
public PropertyFunction<? extends Collection<T>> collectionProperty()
public T value()
public boolean test(Composite item)