If you’re a developer with core Java SE 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, e...

Buy Now From Amazon

Product Review

If you’re a developer with core Java SE 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.

  • Use exercises in each chapter to help you master lambda expressions in Java 8 quickly
  • Explore streams, advanced collections, and other Java 8 library improvements
  • Leverage multicore CPUs and improve performance with data parallelism
  • Use techniques to “lambdify” your existing codebase or library code
  • Learn practical solutions for lambda expression unit testing and debugging
  • Implement SOLID principles of object-oriented programming with lambdas
  • Write concurrent applications that efficiently perform message passing and non-blocking I/O


Similar Products

Java Generics and Collections: Speed Up the Java Development ProcessEffective Java (Java Series)Java Performance: The Definitive Guide: Getting the Most Out of Your CodeJava Concurrency in PracticeJava 8: The FundamentalsJava SE8 for the Really Impatient: A Short Course on the Basics (Java Series)Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable SystemsFunctional Programming in Java: Harnessing the Power Of Java 8 Lambda ExpressionsReactive Programming with RxJava: Creating Asynchronous, Event-Based Applications