|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Specification<T>
Method Summary | |
---|---|
Specification<T> |
and(Specification<T> other)
|
boolean |
isSatisfiedBy(T object)
|
Specification<T> |
not()
|
Specification<T> |
or(Specification<T> other)
|
Method Detail |
---|
boolean isSatisfiedBy(T object)
Specification<T> and(Specification<T> other)
Specification<T> or(Specification<T> other)
Specification<T> not()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |