I'm trying to build an API for a rule engine in Ko...
# announcements
g
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
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
Yes, that's concrete impl of a class repesenting some input/output data
104 Views