Uses of Interface
com.mysema.query.collections.Evaluator

Packages that use Evaluator
com.mysema.query.collections Implementations of Querydsl query interfaces for JavaBean collections 
 

Uses of Evaluator in com.mysema.query.collections
 

Classes in com.mysema.query.collections that implement Evaluator
 class SimpleEvaluator<T>
          SimpleEvaluator is a Java Compiler API based implementation of the Evaluator interface
 

Methods in com.mysema.query.collections that return Evaluator
<T> Evaluator<T>
EvaluatorFactory.create(List<? extends Expr<?>> sources, Expr<T> projection)
           
 

Methods in com.mysema.query.collections with parameters of type Evaluator
<S> Iterator<S>
IteratorFactory.singleArgFilter(Iterator<S> source, Evaluator<Boolean> ev)
           
 

Constructors in com.mysema.query.collections with parameters of type Evaluator
MultiComparator(Evaluator<Object[]> ev, boolean[] directions)
           
 



Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.