Bookmarks tagged [lambda]
http://cr.openjdk.java.net/~briangoetz/lambda/lambda-state-final.html
Java SE 8 adds a relatively small number of new language features -- lambda expressions, method references, default and static methods in interfaces, and more widespread use of type inference. Taken t...
https://www.youtube.com/watch?v=wZKmA6XodNE&t=3s
Recorded at SpringOne Platform 2016. Speaker: Simon Ritter, Azul Slides: http://www.slideshare.net/SpringCentral/jdk8-lessons-learnt-with-lambdas-and-streams
Lambda expressions and the streams API ad...