public class EqSpecification<T> extends ComparisonSpecification<T>
property, value| Constructor and Description |
|---|
EqSpecification(PropertyFunction<T> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
compare(T value) |
String |
toString() |
property, satisfiedBy, valueand, orpublic EqSpecification(PropertyFunction<T> property, T value)