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