Output channel adapter that uses a function to perform a mapping.
class output transformer[any value source type, any value destination type]
private function[destination type, source type] the function
private output[destination type] the output
override void write all(readonly list[source type] values)
override void sync()
override void close()