This repo contains working examples to understand Java 8 New features. For detailed explanation please visit my blog http://www.rathakm.com
- Lambda Expressions
- Method Reference
- Default and Static interface methods
- Streams
This project was created by using IntelliJ. You can import and run all the examples using mvn test or you can run the individual tests from test/java package.