org.neo4j.helpers
Class Specifications.AndSpecification<T>

java.lang.Object
  extended by org.neo4j.helpers.Specifications.AndSpecification<T>
All Implemented Interfaces:
Specification<T>
Enclosing class:
Specifications

public static class Specifications.AndSpecification<T>
extends Object
implements Specification<T>


Method Summary
 Specifications.AndSpecification<T> and(Specification<T>... specifications)
           
 Specifications.OrSpecification<T> or(Specification<T>... specifications)
           
 boolean satisfiedBy(T instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

satisfiedBy

public boolean satisfiedBy(T instance)
Specified by:
satisfiedBy in interface Specification<T>

and

public Specifications.AndSpecification<T> and(Specification<T>... specifications)

or

public Specifications.OrSpecification<T> or(Specification<T>... specifications)


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.