Modern Java Recipes

December 13, 2017

This talk will examine typical use cases for features unique to Java 8 and 9 from a recipe point of view. Examples will be chosen from functional programming with streams, lambdas, and method references, as well as using default, private, and static methods in interfaces. How to use Optional, design patterns, and parallel streams will be included as time allows.