The Toronto Java User Group hosted a Java 8 Tutorial Day on Feb. 22, 2014.
This project contains the coding exercises. Topics covered:
-
Lambda Expressions
-
Functional Interfaces
-
Method References
-
Default Methods (a.k.a how to enhance interfaces without breaking existing implementations)
-
Streams
-
Collections API enhancements
- Install Java 8 early access release
- Install latest Eclipse Kepler
- Follow instructions here to add Java 8 support for Eclipse