Java 8 Lambdas: Functional Programming For The MassesКНИГИ » ПРОГРАММИНГ
Автор: Richard Warburton Название: Java 8 Lambdas: Functional Programming For The Masses Издательство: O'Reilly Media Год: 2014 ISBN: 978-1449370770 Язык: Русский Формат: pdf, epub Размер: 12,1 mb Страниц: 182
If you're a developer with core Java 5E skills, this hands-on book takes you through the language changes in Java 8 triggered by the addition of lambda expressions. You'll learn through code examples, exercises, and fluid explanations how these anonymous functions will help you write simple, clean, library-level code that solves business problems.
Lambda expressions are a fairly simple change to Java, and the first part of the book shows you how to use them properly. Later chapters show you how lambda functions help you improve performance with parallelism, write simpler concurrent code, and model your domain more accurately, including building better DSLs.