There’s a nice post at Zero Turnaround/Rebel Labs covering many aspects about Java 8’s “Project Lambda“. Among other things, the post at Rebel Labs is about the following topics:
- Introduction to the lambda syntax
- Examples in the JDK libraries
- Lambdas in different use-cases
- Investigation of the generated bytecode
- Introduction to default methods
- Bulk data operations for Java collections
From my point of view, this is the best and most understandable introduction and in-depth investigation of this topic I’ve read so far.