Each of the 15 Methods of Java Optional’s API Explained in Less than 20 Seconds
Hands-on and beginner-friendly breakdown of Java 8’s Optional API.
What is “Optional”?
As you may already know, Java 8 introduced some functional features to the language: one of these features is the Optional type.