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

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

Uses of Evaluator in com.mysema.query.collections.impl
 

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

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

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



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