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

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

public class NotSpecification<T>
extends AbstractSpecification<T>


Constructor Summary
NotSpecification(Specification<T> x)
           
 
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

NotSpecification

public NotSpecification(Specification<T> x)
Method Detail

isSatisfiedBy

public boolean isSatisfiedBy(T object)


Copyright © 2009. All Rights Reserved.