Method reference toString

Stephen Colebourne scolebourne at joda.org
Wed Dec 19 05:26:00 PST 2012


Has a decision been taken on the toString() of a method reference? And
I guess of lambdas more generally?

In JSR-310 I'm starting to use method references as the key for
parsing (instead of a class reference), but I'd like to be able to use
the toString() to produce nice error messages as well.

Stephen


More information about the lambda-dev mailing list