kyrie / com.github.alexjlockwood.kyrie / Animation / ValueTransformer / transform

transform

abstract fun transform(value: T): V

Transforms a value from one type to another.

Parameters

value - The value to transform.

Return
The transformed value.