I have definiction of the function
abstract class AbstractDao<T>(private val dataStore: KotlinEntityDataStore<Persistable>): Dao<T> where T: Persistable
and I need to get Kclass from type T. It is possible in Kotlin ?
Aucun commentaire:
Enregistrer un commentaire