lambda.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [lambda]

www.codever.land/bookmarks/t/lambda

State of the 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...


JDK 8: Lessons Learnt With Lambdas and Streams - 30min

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...