|
Content with label closure in codesmell (See content from all spaces)
Related Labels:
java, java7, techtalk, gafter, bloch
The closures debate
I found a very interesting article about closures here http://www128.ibm.com/developerworks/java/library/jjtp04247.html?ca=drs which very clearly defines and separates the different approaches on closure addition to Java: At least two proposals are on the table for adding ...
Other labels:
java, java7, gafter, bloch
|
Closures in Java
What i have heard and read about closures in Java until today was mostly about turning things like myExecutor.execute( new Runnable(){ public void run() } ); into something less verbose like myExecutor.execute( ); At this point, i admittedly thought ...
Other labels:
java, java7, techtalk
|
|
|