Is there an easy (idiomatic) way to convert a java.lang.reflect.Method to a Scala Function Value?

Posted by Alex R on Stack Overflow See other posts from Stack Overflow or by Alex R
Published on 2010-04-18T04:23:58Z Indexed on 2010/04/18 4:33 UTC
Read the original article Hit count: 233

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about scala

Related posts about scala-2.8