Project Lambda: Java Language Specification draft
Neal Gafter
neal at gafter.com
Sun Jan 24 09:47:49 PST 2010
On Fri, Jan 22, 2010 at 2:55 PM, Alex Buckley <Alex.Buckley at sun.com> wrote:
> Therefore, it is convenient for the body of a lambda expression to
> have access to members of the SAM type. To achieve this, I am thinking
> that 'this' in the body of the lambda expression may be cast to the
> SAM type:
You've already specified this casting conversion. It's called the
lambda conversion. You just haven't specified its semantics yet.
More information about the lambda-dev
mailing list