public class GtPredicate<T> extends ComparisonPredicate<T>
property, value| Constructor and Description |
|---|
GtPredicate(PropertyFunction<T> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
compare(T value) |
String |
toString() |
property, test, valuepublic GtPredicate(PropertyFunction<T> property, T value)