Andrew Gazelka
12/01/2018, 4:28 AMDelegateClass<A>
and inline operator fun <reified T> getValue
which would look really messy since we are assuming A
and T
are the same. I would need to do this, because I need to input the default value into the class, but classes can't be reified.Andrew Gazelka
12/01/2018, 2:27 PMKClass::isInstance()
think this is the best solution?karelpeeters
12/01/2018, 2:43 PMHamza
12/01/2018, 3:35 PMkarelpeeters
12/01/2018, 3:35 PMAndrew Gazelka
12/02/2018, 12:54 AMAndrew Gazelka
12/03/2018, 8:48 PM