July 2022
Beginner
748 pages
15h 1m
English
This chapter brings you into the world of functional programming. It explains what a functional interface is, provides an overview of the functional interfaces that come with JDK, and defines and demonstrates Lambda expressions and how to use them with functional interfaces, including using method reference.
The following topics will be covered in this chapter:
By the end of the chapter, you will be able to write functions and use them for Lambda expressions in order to pass them as method parameters.
To be able to execute the code examples provided in this ...