Return to site
NEW JAVA COURSE: Using Lambda Expressions in Java Code
by José Paumard (Java Champion)
·
Definition
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.
Author
José Paumard: Java Champion, PhD in Computer Science, he is specialized in: Java, Java EE, Software Craftsmanship, XML, Web applications, Mapping O/R, databases.
Topics
- Implementing Lambda expressions with Functional interfaces
- Writing Suppliers, Consumers, Predicates, and Functions
- Invoking a Lambda expression on Objects and primitive types
- Creating Lambdas by chaining and composing other Lambdas