Jump to ratings and reviews
Rate this book

Java Closures and Lambda

Rate this book
Pro Java Closures and Project Lambda introduces you to significant new changes to the Java language coming out of what is termed Project Lambda. These new changes make their debut in Java 8, and their highlight is the long-awaited support for lambda expressions in the Java language. You'll learn to write lambda expressions and use them to create functional interfaces and default methods for evolving APIs, among many other uses. Java language designer Daniel Smith states the goals of Project Lambda as being to make dramatic and necessary enhancements to the programming model, smooth out rough edges in the language, preserve compatibility, all while maintaining the essence of the Java language as you've come to know it. The changes in Java 8 are significant. Syntax and usage of the language are changed considerably with the introduction of closures and lambda expressions. Pro Java Closures and Project Lambda takes you through these important changes from introduction to mastery. Through a set of clear examples, you'll learn to refactor existing code to take advantage of the new language features. You'll learn what those features can do for you, and when they are best applied. You'll learn to design and write new code having these important new features in mind from the very beginning.Clearly explains the fantastic benefits from Project Lambda. Explains the syntax and IDE support for the new features. Shows how to streamline your code by bringing some of the benefits of functional programming to the Java language. Illustrates parallelism in closures through Stream and Spliterator objects. Explains API evolution by adding methods to existing interfaces without breaking existing interface implementations, a technique addressing potential multiple inheritance issues What you'll learn Encapsulate key bits of logic into anonymous functions without the need for anonymous classes. Define closures to be used as generators of comparison functions. Define map, filter, and reduce functions that are useful in working with lists and other collections. Trap and handle exceptions involving lambdas and closures, including the passing of exception-type parameters. Anticipate and provide for concurrency so that your code successfully scales across multiple CPU cores. Refactor existing code to take advantage of newly-possible closures and lambda expressions. Who this book is for

Pro Java Closures and Project Lambda

232 pages, Paperback

First published October 30, 2013

About the author

Robert Fischer

230 books5 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
1 (100%)
4 stars
0 (0%)
3 stars
0 (0%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 of 1 review
21 reviews1 follower
February 26, 2019
This book is very well written and is a good introduction to the new lambdas in java 8. The book is a nice/short quick read on the topic (only about 200 pages). I do wish that they had some practice exercises at the end of the chapters. "Java 8 for the really impatient" is another book about lambdas and I really enjoyed trying their exercises in that book to make sure that I understood/learned the concepts in the book. However, this book was still an informative read on the topic of lambdas in java.
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.