org.ddd4j.infrastructure.specification
Class AndSpecification<T>

java.lang.Object
  extended by org.ddd4j.infrastructure.specification.AbstractSpecification<T>
      extended by org.ddd4j.infrastructure.specification.AndSpecification<T>
All Implemented Interfaces:
Specification<T>

public class AndSpecification<T>
extends AbstractSpecification<T>


Constructor Summary
AndSpecification(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

AndSpecification

public AndSpecification(Specification<T> x,
                        Specification<T> y)
Method Detail

isSatisfiedBy

public boolean isSatisfiedBy(T object)


Copyright © 2009. All Rights Reserved.