Are you interested in taking a peek at the new lambda expressions feature in Java 8? If so, this OBE is for you:
The OBE covers the basic topics related to lambda expressions including:
- A review of anonymous inner classes
- Lambda expression syntax
- Functional interfaces
- Using lambda expressions to replace anonymous inner classes
- Using prebuilt functional interfaces included in
java.util.function
to pass behavior to your methods - Enhancements to the Collections API for lambda expressions
There are a number of examples for each topic and the full source code and NetBeans 8 projects are included for you. So if you are interested, check it out at the link above.