Java closures in Java8 ?

Seems like closures have chances to make their appearance in java 8... I hope it becomes true :)

I found it while searching the web for an implementation of the filter() function on a list. My own using a generic "Predicate" interface failed badly :(

sources:
http://javac.info/
http://stackoverflow.com/questions/3007563/java-7-closure-syntax#3007667



Leave a Reply.