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