#java-8-optional
Read more stories on Hashnode
Articles with this tag
Optional is a generic class defined in the java.util package, that got introduced in Java 8. It facilitates the handling of potentially absent values...