Uses of Interface
org.glassfish.pfl.basic.func.UnaryPredicate
Packages that use UnaryPredicate
-
Uses of UnaryPredicate in org.glassfish.pfl.basic.algorithm
Methods in org.glassfish.pfl.basic.algorithm that return UnaryPredicateModifier and TypeMethodDescriptionstatic <A> UnaryPredicate<A>Algorithms.and(UnaryPredicate<A> arg1, UnaryPredicate<A> arg2) static <T> UnaryPredicate<T>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>Methods in org.glassfish.pfl.basic.algorithm with parameters of type UnaryPredicateModifier and TypeMethodDescriptionstatic <A> UnaryPredicate<A>Algorithms.and(UnaryPredicate<A> arg1, UnaryPredicate<A> arg2) static <A> voidAlgorithms.filter(List<A> arg, List<A> result, UnaryPredicate<A> predicate) static <A> List<A>Algorithms.filter(List<A> arg, UnaryPredicate<A> predicate) static <A> AAlgorithms.find(List<A> arg, UnaryPredicate<A> predicate) ClassAnalyzer.findClasses(UnaryPredicate<Class<?>> pred) 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) -
Uses of UnaryPredicate in org.glassfish.pfl.basic.func
Classes in org.glassfish.pfl.basic.func that implement UnaryPredicate