org.neo4j.helpers
Class Specifications.AndSpecification<T>
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.