Class Predicates
- java.lang.Object
-
- org.apache.jackrabbit.spi.commons.iterator.Predicates
-
public final class Predicates extends java.lang.Object
Deprecated.use instances ofPredicate
insteadUtility class containing pre definedPredicate
s
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static <T> Predicate<T>
FALSE()
Deprecated.A predicate which is always falsestatic <T> Predicate<T>
TRUE()
Deprecated.A predicate which is always true
-