abstract fun transformBack(value: V): T
Transforms the output type back to the input type. *
value - The value to transform back.
value
Return The value that has been transformed back.