Java 8 Tutorial Examples ============== This repository contains all code samples from all Java 8 related posts of my [blog](http://winterbe.com): - [Java 8 Tutorial](http://winterbe.com/posts/2014/03/16/java-8-tutorial/) - [Java 8 Stream Tutorial](http://winterbe.com/posts/2014/07/31/java8-stream-tutorial-examples/) - [Java 8 Nashorn Tutorial](http://winterbe.com/posts/2014/04/05/java8-nashorn-tutorial/) - [Avoid Null Checks in Java 8](http://winterbe.com/posts/2015/03/15/avoid-null-checks-in-java/) - [Fixing Java 8 Stream Gotchas with IntelliJ IDEA](http://winterbe.com/posts/2015/03/05/fixing-java-8-stream-gotchas-with-intellij-idea/) - [Using Backbone.js with Java 8 Nashorn](http://winterbe.com/posts/2014/04/07/using-backbonejs-with-nashorn/) I'm adding new samples from time to time, but feel free to fork and try it yourself. Contribute ============== Want to share your own java 8 code samples? Feel free to fork the repo and send me a pull request.