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) |