The Java8 Optional Class

Categories: Java

Just two links to interesting articles about correctly using the class java.util.Optional which was added to Java in version 1.8..

Update: while reading an article on Java9 and Jigsaw, I came across the following list of references to articles that are less than enthusiastic about the Optional class (or at least recommend it be used sparingly):