Uses of Interface
org.glassfish.gmbal.generic.Predicate

Packages that use Predicate
org.glassfish.gmbal.generic   
org.glassfish.gmbal.impl   
org.glassfish.gmbal.typelib   
 

Uses of Predicate in org.glassfish.gmbal.generic
 

Methods in org.glassfish.gmbal.generic that return Predicate
static
<A> Predicate<A>
Algorithms.and(Predicate<A> arg1, Predicate<A> arg2)
           
static
<T> Predicate<T>
Algorithms.FALSE(Class<T> cls)
           
static
<A> Predicate<A>
Algorithms.not(Predicate<A> arg1)
           
static
<A> Predicate<A>
Algorithms.or(Predicate<A> arg1, Predicate<A> arg2)
           
static
<T> Predicate<T>
Algorithms.TRUE(Class<T> cls)
           
 

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

Uses of Predicate in org.glassfish.gmbal.impl
 

Methods in org.glassfish.gmbal.impl that return Predicate
<T extends EvaluatedDeclaration>
Predicate<T>
ManagedObjectManagerImpl.forAnnotation(Class<? extends Annotation> annotation, Class<T> cls)
           
<T extends EvaluatedDeclaration>
Predicate<T>
ManagedObjectManagerInternal.forAnnotation(Class<? extends Annotation> annotation, Class<T> elemType)
           
 

Uses of Predicate in org.glassfish.gmbal.typelib
 

Methods in org.glassfish.gmbal.typelib with parameters of type Predicate
 List<EvaluatedClassDeclaration> EvaluatedClassAnalyzer.findClasses(Predicate<EvaluatedClassDeclaration> pred)
           
 List<EvaluatedFieldDeclaration> EvaluatedClassAnalyzer.findFields(Predicate<EvaluatedFieldDeclaration> pred)
           
 List<EvaluatedMethodDeclaration> EvaluatedClassAnalyzer.findMethods(Predicate<EvaluatedMethodDeclaration> pred)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.