D3 - Optional<T>, Enums, Supplier.
Software, Java
Optional
You know how in java you must state the returned type of each function, in it's signature? Optional grants you some versatility. It allows dealing with null cases explicitly and clearly. Example: Let's say we write a function ...
wadite.hashnode.dev3 min read