Method references with types [Re: lambda syntax tutorial]

John Nilsson john at milsson.nu
Thu Aug 5 18:54:59 PDT 2010


On Fri, Aug 6, 2010 at 12:59 AM, Stephen Colebourne
<scolebourne at joda.org> wrote:
> The complete set of conversions would be:
> [...]

How about expressions?

#String.length() + 2

#A.getB().getC()

and even partiall application?

#A.getB(2).getC()

#A.getB(Integer).getC()

BR,
John


More information about the lambda-dev mailing list