Interface ConvertFunction<I,O>
- All Superinterfaces:
ConvertFunctionRaw
- All Known Implementing Classes:
ConvertFunctionImpl
A function with information about the input and output types
-
Method Summary
Methods inherited from interface ConvertFunctionRaw
andThen, convertRaw, getFrom, getTo
-
Method Details
-
getFunction
-
getRawFunction
- Specified by:
getRawFunctionin interfaceConvertFunctionRaw
-
convert
-