Output channel adapter that uses a function to perform a mapping.
class output transformer[any value source type, any value destination type]
implements output[source type]
output transformer(function[destination type, source type] the function, output[destination type] the output)
this • the function = the function
this • the output = the output