Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

All About Java 8 Lambdas: Introducing Java 8 Lambdas

Posted By: AlenMiler
All About Java 8 Lambdas: Introducing Java 8 Lambdas

All About Java 8 Lambdas: Introducing Java 8 Lambdas by Madhusudhan Konda
English | 1 Feb. 2016 | ISBN: 1517534585 | 166 Pages | PDF (True) | 1.38 MB

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