Featured resource
pluralsight tech forecast
2025 Tech Forecast

Which technologies will dominate in 2025? And what skills do you need to keep up?

Check it out
Hamburger Icon
  • Course
    • Libraries: If you want this course, consider one of these libraries.
    • Core Tech

Using Java Lambda Expressions

Lambda Expressions are one of the foundation of the Java language available since Java 8. In this course, you will learn a very simple method to write lambda expressions that always works and how to chain and compose them.

Jose Paumard - Pluralsight course - Using Java Lambda Expressions
by Jose Paumard

What you'll learn

Lambda Expressions are one of the foundations of the Java language since Java 8, but it can be a bit tricky. In this course, Using Java Lambda Expressions, you will learn how to write these expressions in a simple method that will never fail. First, you will see how to write lambda expressions using a simple method that you can use in any kind of situation. Then, you will learn how to chain and compose lambdas, leveraging the default methods from the interfaces these lambdas are implementing. Finally, you will hear about performances and see how to avoid performance hits by using specialized lambdas. By the end of this course, you will be able to write suppliers, consumers, predicates and functions: the four fundamental interfaces from the java.util.function toolbox.

Table of contents

About the author

Jose Paumard - Pluralsight course - Using Java Lambda Expressions
Jose Paumard

Passionate about programming computers for over 20 years, Jose made his debut in assembler and C, C for SIMD parallel machines before adopting Java as an object-oriented language. Assistant professor in Paris North University for more than 15 years, Jose also brings his expertise to many projects, in various industrial fields.

More Courses by Jose