Function types versus arrays
Neal Gafter
neal at gafter.com
Mon Feb 8 13:11:53 PST 2010
On Mon, Feb 8, 2010 at 12:37 PM, Artur Biesiadowski <abies at adres.pl> wrote:
> What about having auto-generated interfaces (abstract classes?)
> representing lambdas in well known place? Something like java.gen.*,
> with names being equal to signature of the lambda (escaped/encoded as
> needed).
The obvious way of doing this doesn't properly handle the subtype
relationships among function types.
Cheers,
Neal
More information about the lambda-dev
mailing list