I hava a generic class that expects a rather convo...
# eap
k
I hava a generic class that expects a rather convoluted function type parameter (the class itself is part of the function signature). I had an interface extending
Function
to make implementing that function type easier which I replaced with a type alias.