I'm trying to build an API for a rule engine in Kotlin and I could really need some help to first of all figure out if what I want to do is at all possible. And secondary if it is how to modify my code to get it working.
t
tddmonkey
02/20/2019, 8:26 AM
It’s hard to see what’s supposed to be generic and what’s not. Are
InputClazz
and
OutputClazz
a concrete impl of what might go in?
g
Gustav
02/21/2019, 3:40 AM
Yes, that's concrete impl of a class repesenting some input/output data