- Course
Java SE Deep Dive: Lambda Expressions
This course explains how you can write lambdas and method references, how you can create your own and compose them, and how to use them properly to improve the readability of your code.
- Course
Java SE Deep Dive: Lambda Expressions
This course explains how you can write lambdas and method references, how you can create your own and compose them, and how to use them properly to improve the readability of your code.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
Lambda expressions have been part of Java since Java 8 in 2014. In this course, Java SE Deep Dive: Lambda Expressions, you’ll learn how to write and use lambda expressions in all the situations you will come across when working on your application. First, you’ll see how lambda expressions are built and what their type is. Next, you’ll discover how to chain them and to compose them. Finally, you’ll learn how to use them efficiently to improve the quality of your code. When you're finished with this course, you will be able to write lambda expressions and method references easily, by just seeing the type of the lambda you need, and you will be able to refactor your existing code using lambda expressions to improve its readability.