Constructor and Description |
---|
CompositeMapping(Mapping<From,Intermediate> first,
Mapping<Intermediate,To> second) |
public CompositeMapping(Mapping<From,Intermediate> first, Mapping<Intermediate,To> second)
public To eval(From x)
Mapping
Map the parameter x and produce a result. The mapping is completely arbitrary and depending on the context under which it is defined. This interface mandates no restriction whatsoever as far the input or output of this mapping are concerned.
Copyright © 2015. All rights reserved.