Is there an easy (idiomatic) way to convert a java.lang.reflect.Method to a Scala Function Value?
- by Alex R
Can I retrieve a Method via reflection, somehow combine it with a target object, and pass it around as a first-class Scala function value? The argument list is variable.