All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.tz.co.asoft.Convertor.kt Maven / Gradle / Ivy

package tz.co.asoft

fun interface Convertor {
    fun convert(obj: F): T
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy