First draft of translation document
Nathan Bryant
nathan.bryant at linkshare.com
Thu May 20 08:03:24 PDT 2010
Howard wrote:
[snip]
...
>
>private static class Frame_1 extends Frame1<String> implements
Callable0V {
> Frame_1( final String s ) { super( s ); }
>
> public Void _call() { _call0V(); return null; }
> public void _call0V() { System.out.println( _e1 ); }
>}
Not much different from an inner class. This example does not describe
what to do about multiple closures in the same scope.
With regard to the recent proposals, the advantages of interface
injection are clear. I do not see any clear advantage to MethodHandle
with bind for partial application (but maybe I'm just missing something)
More information about the lambda-dev
mailing list