|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ddd4j.infrastructure.specification.AbstractSpecification<T>
public abstract class AbstractSpecification<T>
Constructor Summary | |
---|---|
AbstractSpecification()
|
Method Summary | |
---|---|
Specification<T> |
and(Specification<T> other)
|
Specification<T> |
not()
|
Specification<T> |
or(Specification<T> other)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.ddd4j.infrastructure.specification.Specification |
---|
isSatisfiedBy |
Constructor Detail |
---|
public AbstractSpecification()
Method Detail |
---|
public Specification<T> and(Specification<T> other)
and
in interface Specification<T>
public Specification<T> not()
not
in interface Specification<T>
public Specification<T> or(Specification<T> other)
or
in interface Specification<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |