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

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

public class OrSpecification<T>
extends AbstractSpecification<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

OrSpecification

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

isSatisfiedBy

public boolean isSatisfiedBy(T object)


Copyright © 2009. All Rights Reserved.