Introduction In this article we’ll cover the Java 8 Streams API and the new Optionals wrapper class. Optionals The point of an Optional comes in two parts, utilising them for managing nullable values and utilising them for a lack of value presence, literally, no present value whatsoever is possible via Optionals. This…