Примеры синтаксиса
int i1 = #()(3).(); //i1 = 3
Integer i2 = #()(3).(); //i2 = 3
int i3 = #(int x)( x + 1 ).(3); //i3 = 4
baptiste-wicht.com/2010/05/oracle-pushes-a-first-version-of-closures/
Форум —
Development
Примеры синтаксиса
int i1 = #()(3).(); //i1 = 3
Integer i2 = #()(3).(); //i2 = 3
int i3 = #(int x)( x + 1 ).(3); //i3 = 4
baptiste-wicht.com/2010/05/oracle-pushes-a-first-version-of-closures/














