Thursday, 25 July 2019

Converting an Optional to a List

Just a quick small snippet on how to convert a Optional to a List.

Hope it helps someone, who's new at Optionals.

Tuesday, 23 July 2019

JOpt Simple

Just a small note regarding a library I use.

According to the website1:

JOpt Simple is a Java library for parsing command line options, such as those you might pass to an invocation of javac.

References

JOpt Simple
http://jopt-simple.github.io/jopt-simple/