abstract fun transform(value: T): V
Transforms a value from one type to another.
value - The value to transform.
value
Return The transformed value.