it.amattioli.dominate.specifications.dflt
Class SpecificationPredicate<T extends Entity<?>>

Show UML class diagram
java.lang.Object
  extended by it.amattioli.dominate.specifications.dflt.SpecificationPredicate<T>
All Implemented Interfaces:
org.apache.commons.collections.Predicate

public class SpecificationPredicate<T extends Entity<?>>
extends Object
implements org.apache.commons.collections.Predicate


Constructor Summary
SpecificationPredicate(Specification<T> specification)
           
 
Method Summary
 boolean evaluate(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecificationPredicate

public SpecificationPredicate(Specification<T> specification)
Method Detail

evaluate

public boolean evaluate(Object object)
Specified by:
evaluate in interface org.apache.commons.collections.Predicate


Copyright © 2011. All Rights Reserved.