Simple code examples for showing what's new in Java 8.
They are based on the examples in the main Java Tutorial.
I'll be adding new features to the project on an ad-hoc basis.
- Lambda
- Aggregate operations
- Default methods
Each feature is contained in its own package - the package-info will provide more details and the Test class will demonstrate how to use it.
- Date-Time API