| Constructor and Description |
|---|
Expression() |
| Modifier and Type | Method and Description |
|---|---|
Computation<A> |
implement() |
abstract Computation<A> |
implement(Features features)
Creates an implementation of this expression having specified
features.
|
Rule<Object,Object> |
mapsTo(Expression<A> e) |
public abstract Computation<A> implement(Features features)
features - the specified featuresImplementationException - if the features cannot be implemented.public Computation<A> implement()
public Rule<Object,Object> mapsTo(Expression<A> e)
see also the complete user documentation .