All About Java 8 Lambdas: Introducing Java 8 Lambdas
📄 Viewing lite version
Full site ›
Book Details
Author(s)Madhusudhan Konda
ISBN / ASIN1517534585
ISBN-139781517534585
AvailabilityUsually ships in 24 hours
Sales Rank1,756,907
MarketplaceUnited States 🇺🇸
Description ▲
Lambda is thus far the biggest change introduced in the Java language since it’s inception. All About Java 8 Lambdas is a weekend read book, written concisely in a plain and simple text with easy to understand code examples and finely organised chapters. The aim of the book is to learn lambda expressions and related Java 8 features in a weekend. Along with lambdas, this book will demystify the other features such as interface unlocking, functional libraries, streams and parallelism just to name a few. This is a must read book if you want to learn the new features of lambda programming in Java 8. In this book, we will: * Learn and develop lambda expressions from ground up * Explore functional interfaces and function libraries in details * Unravel the Streams API * Understand the parallelism concepts