samedi 30 décembre 2017

Kotlin superClass Kclass

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