Class OptionalExamples.User
java.lang.Object
net.jrodolfo.java_evolution.java08.OptionalExamples.User
- Enclosing class:
OptionalExamples
Small Java 8-style data class used by the Optional examples.
This deliberately allows a nullable email so the examples can demonstrate how Optional represents missing data.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
User
-
-
Method Details
-
name
- Returns:
- the user's display name
-
email
- Returns:
- the user's email, which may be
null
-