|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
Algorithms.and(UnaryPredicate<A> arg1,
UnaryPredicate<A> arg2)
|
|
static
|
Algorithms.FALSE(Class<T> cls)
|
|
static
|
Algorithms.not(UnaryPredicate<A> arg1)
|
|
static
|
Algorithms.or(UnaryPredicate<A> arg1,
UnaryPredicate<A> arg2)
|
|
static
|
Algorithms.TRUE(Class<T> cls)
|
|
| Methods in org.glassfish.pfl.basic.algorithm with parameters of type UnaryPredicate | ||
|---|---|---|
static
|
Algorithms.and(UnaryPredicate<A> arg1,
UnaryPredicate<A> arg2)
|
|
static
|
Algorithms.and(UnaryPredicate<A> arg1,
UnaryPredicate<A> arg2)
|
|
static
|
Algorithms.filter(List<A> arg,
List<A> result,
UnaryPredicate<A> predicate)
|
|
static
|
Algorithms.filter(List<A> arg,
UnaryPredicate<A> predicate)
|
|
static
|
Algorithms.find(List<A> arg,
UnaryPredicate<A> predicate)
|
|
List<Class<?>> |
ClassAnalyzer.findClasses(UnaryPredicate<Class<?>> pred)
|
|
List<Method> |
ClassAnalyzer.findMethods(UnaryPredicate<Method> pred)
|
|
static
|
Algorithms.not(UnaryPredicate<A> arg1)
|
|
static
|
Algorithms.or(UnaryPredicate<A> arg1,
UnaryPredicate<A> arg2)
|
|
static
|
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>
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||