Uses of Interface
org.ektorp.util.Predicate

Packages that use Predicate
org.ektorp.util   
 

Uses of Predicate in org.ektorp.util
 

Methods in org.ektorp.util with parameters of type Predicate
static void ReflectionUtils.eachAnnotatedMethod(java.lang.Class<?> clazz, java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass, Predicate<java.lang.reflect.Method> p)
           
static
<T extends java.lang.annotation.Annotation>
void
ReflectionUtils.eachAnnotation(java.lang.Class<?> clazz, java.lang.Class<T> annotationClass, Predicate<T> p)
           
 



Copyright © 2010. All Rights Reserved.