Effectively final

Llewellyn Falco isidore at setgame.com
Mon Aug 15 14:43:40 PDT 2011


We've been thru this before,

the way it will actually happen is as outlined in the Oracle documentation

final int[] sum = new int[]{0};
parallelArray.forEach( #{ it -> sum+= it; });


the powers that be are ok with this.

while I agree with tim, this fight seems to be over.


llewellyn


More information about the lambda-dev mailing list