Uses of Interface
org.apache.chemistry.opencmis.jcr.util.Predicate

Packages that use Predicate
org.apache.chemistry.opencmis.jcr.util   
 

Uses of Predicate in org.apache.chemistry.opencmis.jcr.util
 

Fields in org.apache.chemistry.opencmis.jcr.util declared as Predicate
static Predicate Predicate.FALSE
          Constant predicate that returns false for all objects.
static Predicate Predicate.TRUE
          Constant predicate that returns true for all objects.
 

Constructors in org.apache.chemistry.opencmis.jcr.util with parameters of type Predicate
FilterIterator(java.util.Iterator<T> iterator, Predicate<T> predicate)
          Create a new filtered iterator based on the given iterator.
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.