NonConverters

Converters, Only when the types are the same will the conversion be carried out.

Author

ForteScarlet

Functions

Link copied to clipboard
fun <FROM : Any, TO : Any> convert(instance: FROM, to: KClass<TO>): TO

when the types are the same will the conversion be carried out.