public interface Mapping<From,To>
An interface specifying a single argument function.
To eval(From x)
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.
x
- The mapping input.Copyright © 2015. All rights reserved.