| Constructor and Description |
|---|
ListMapExpression(Expression<? extends List<? extends A>> things,
Expression<? extends Function<? super A,? extends B>> fun) |
| Modifier and Type | Method and Description |
|---|---|
Computation<List<B>> |
implement(Features features)
Creates an implementation of this expression having specified
features.
|
protected void |
rewriteFields(List<?> args) |
arguments, checkArity, equals, equals, getName, hashCode, toStringimplement, mapsTopublic ListMapExpression(Expression<? extends List<? extends A>> things, Expression<? extends Function<? super A,? extends B>> fun)
protected void rewriteFields(List<?> args)
rewriteFields in class Term<List<B>>public Computation<List<B>> implement(Features features)
Expressionimplement in class Expression<List<B>>features - the specified featuressee also the complete user documentation .