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

java.lang.Object
  extended by com.mysema.query.collections.EvaluatorTransformer<S,T>
Type Parameters:
S -
T -
All Implemented Interfaces:
org.apache.commons.collections15.Transformer<S,T>

public class EvaluatorTransformer<S,T>
extends Object
implements org.apache.commons.collections15.Transformer<S,T>

Author:
tiwe

Constructor Summary
EvaluatorTransformer(com.mysema.codegen.Evaluator<T> ev)
           
 
Method Summary
 T transform(S input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvaluatorTransformer

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

transform

public T transform(S input)
Specified by:
transform in interface org.apache.commons.collections15.Transformer<S,T>


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