com.mysema.query.collections
Class EvaluatorFunction<S,T>

java.lang.Object
  extended by com.mysema.query.collections.EvaluatorFunction<S,T>
All Implemented Interfaces:
com.google.common.base.Function<S,T>

public class EvaluatorFunction<S,T>
extends Object
implements com.google.common.base.Function<S,T>

Function implementation which uses an Evaluator for transformation

Author:
tiwe

Constructor Summary
EvaluatorFunction(com.mysema.codegen.Evaluator<T> ev)
           
 
Method Summary
 T apply(S input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

EvaluatorFunction

public EvaluatorFunction(com.mysema.codegen.Evaluator<T> ev)
Method Detail

apply

public T apply(S input)
Specified by:
apply in interface com.google.common.base.Function<S,T>


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