kyrie / com.github.alexjlockwood.kyrie / Animation / BidirectionalValueTransformer / transformBack

transformBack

abstract fun transformBack(value: V): T

Transforms the output type back to the input type. *

Parameters

value - The value to transform back.

Return
The value that has been transformed back.