Uses of Interface
org.glassfish.pfl.basic.func.UnaryPredicate

Packages that use UnaryPredicate
org.glassfish.pfl.basic.algorithm   
org.glassfish.pfl.basic.func   
 

Uses of UnaryPredicate in org.glassfish.pfl.basic.algorithm
 

Methods in org.glassfish.pfl.basic.algorithm that return UnaryPredicate
static
<A> UnaryPredicate<A>
Algorithms.and(UnaryPredicate<A> arg1, UnaryPredicate<A> arg2)
           
static
<T> UnaryPredicate<T>
Algorithms.FALSE(Class<T> cls)
           
static
<A> UnaryPredicate<A>
Algorithms.not(UnaryPredicate<A> arg1)
           
static
<A> UnaryPredicate<A>
Algorithms.or(UnaryPredicate<A> arg1, UnaryPredicate<A> arg2)
           
static
<T> UnaryPredicate<T>
Algorithms.TRUE(Class<T> cls)
           
 

Methods in org.glassfish.pfl.basic.algorithm with parameters of type UnaryPredicate
static
<A> UnaryPredicate<A>
Algorithms.and(UnaryPredicate<A> arg1, UnaryPredicate<A> arg2)
           
static
<A> UnaryPredicate<A>
Algorithms.and(UnaryPredicate<A> arg1, UnaryPredicate<A> arg2)
           
static
<A> void
Algorithms.filter(List<A> arg, List<A> result, UnaryPredicate<A> predicate)
           
static
<A> List<A>
Algorithms.filter(List<A> arg, UnaryPredicate<A> predicate)
           
static
<A> A
Algorithms.find(List<A> arg, UnaryPredicate<A> predicate)
           
 List<Class<?>> ClassAnalyzer.findClasses(UnaryPredicate<Class<?>> pred)
           
 List<Method> ClassAnalyzer.findMethods(UnaryPredicate<Method> pred)
           
static
<A> UnaryPredicate<A>
Algorithms.not(UnaryPredicate<A> arg1)
           
static
<A> UnaryPredicate<A>
Algorithms.or(UnaryPredicate<A> arg1, UnaryPredicate<A> arg2)
           
static
<A> UnaryPredicate<A>
Algorithms.or(UnaryPredicate<A> arg1, UnaryPredicate<A> arg2)
           
 

Uses of UnaryPredicate in org.glassfish.pfl.basic.func
 

Classes in org.glassfish.pfl.basic.func that implement UnaryPredicate
 class UnaryPredicateBase<S>
           
 



Copyright © 2013 Oracle. All Rights Reserved.