Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 438 Bytes

File metadata and controls

20 lines (11 loc) · 438 Bytes

Functional Interfaces

What You Will Learn

In this section, you will learn:

  1. What a functional interface is.

  2. Why functional interfaces are important.

  3. The standard functional interfaces introduced in Java 8.

  4. How to create custom functional interfaces to be used when the standard interfaces are insufficient.


Continue

Skip Back | Up | Skip Forward