public class ConvertingExpression<S,T> extends ExpressionAdapter<S,T>
Expression adapter that uses a Converter for converting
the result of a given expression (e.g. to a different type).| Modifier and Type | Field and Description |
|---|---|
protected org.databene.commons.Converter<S,T> |
converter |
source| Constructor and Description |
|---|
ConvertingExpression(Expression<S> source,
org.databene.commons.Converter<S,T> converter) |
| Modifier and Type | Method and Description |
|---|---|
T |
evaluate(org.databene.commons.Context context) |
isConstantCopyright © 2011–2014 Volker Bergmann. All rights reserved.