setTransform

protected abstract fun setTransform(original: O): I(source)

Transforms the output type O back to the original type I. This method should be implemented to define how the transformation from O to I is done.