Modern Java Recipes Kousen Kenneth A.
Modern Java Recipes Kousen Kenneth A. The introduction of functional programming concepts in Java SE 8 was a drastic change for this venerable object-oriented language. This cookbook will help.…
Specifikacia Modern Java Recipes Kousen Kenneth A.
Modern Java Recipes Kousen Kenneth A.
The introduction of functional programming concepts in Java SE 8 was a drastic change for this venerable object-oriented language. This cookbook will help. Lambda expressions, method references, and streams fundamentally changed the idioms of the language, and many developers have been trying to catch up ever since.
Need to understand how functional idioms will change the way you write code? With more than 70 detailed recipes, author Ken Kousen shows you how to use the newest features of Java to solve a wide range of problems.For developers comfortable with previous Java versions, this guide covers nearly all of Java SE 8, and includes a chapter focused on changes coming in Java 9. This cookbook--chock full of use cases--is for you.Recipes cover:The basics of lambda expressions and method references Interfaces in the java.util.function package Stream