com.mysema.query.collections
Class EvaluatorTransformer<S,T>
java.lang.Object
com.mysema.query.collections.EvaluatorTransformer<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>
Transformer implementation which uses and Evaluator for transformation
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvaluatorTransformer
public EvaluatorTransformer(com.mysema.codegen.Evaluator<T> ev)
transform
public T transform(S input)
- Specified by:
transform
in interface org.apache.commons.collections15.Transformer<S,T>
Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.