convertFrom

abstract fun convertFrom(to: T): F

Converts a single value from type T to type F

Parameters

to

The value to convert