public abstract class ExpressionSpecification extends Object implements Specification<Composite>
| Constructor and Description |
|---|
ExpressionSpecification() |
| Modifier and Type | Method and Description |
|---|---|
AndSpecification |
and(Specification<Composite> specification) |
OrSpecification |
or(Specification<Composite> specification) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsatisfiedBypublic AndSpecification and(Specification<Composite> specification)
public OrSpecification or(Specification<Composite> specification)