tieskedh
09/03/2017, 8:11 PMfun <A,B> myClass<A>.exec(param:KClass<B>)
does anyOne know if I can change B in a reified param, without having to specify A?
fun <A, reified B> myClass<A>.exec()
needs to be called with two generics, which makes the function call ugly...
two requirements:
1. It needs to be a extension function.
2. We need both types
https://try.kotlinlang.org/#/UserProjects/i17k5bu7c48i0j6uhv211gbuth/5arob1v1h262kb1u0frdei15pn