convertTo

abstract fun convertTo(from: F): T

Converts a single value from type F to type T

Parameters

from

The value to convert