org.ddd4j.infrastructure.specification
Interface Specification<T>

All Known Implementing Classes:
AbstractSpecification, AndSpecification, NotSpecification, OrSpecification

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

isSatisfiedBy

boolean isSatisfiedBy(T object)

and

Specification<T> and(Specification<T> other)

or

Specification<T> or(Specification<T> other)

not

Specification<T> not()


Copyright © 2009. All Rights Reserved.