Some notes on building Project Lambda to test closures and defender methods in Java

Posted on Thu 15 December 2011 in Coding • Tagged with closures, defender methods, jdk8

Check out Project Lambda if you don’t already know what I’m talking about! It adds lambda functions and interface extension methods to Java. Lambda functions allows for very compact and concise code as well as functional programming aspects. Interface extension methods gives you the ability to add to …


Continue reading