Skip navigation links

Package javascalautils

Contains various utility classes translated from the Scala language.

See: Description

Package javascalautils Description

Contains various utility classes translated from the Scala language.
The following three types are all what is known as container types.
They represent various use cases, such as containing one or zero value (Option), one of two values (Either) and value or exception (Try) The aim with these utility classes is to provide neat and concise programming patterns.
It is possible to make transitions between the container types.
This image below aims to illustrate the transitions that can be made and where they lead.

transitions

Refer to the Javadoc for the classes or the Wiki for more details and examples:
https://github.com/pnerg/java-scala-util
Author:
Peter Nerg
Skip navigation links

Copyright © 2015, Peter Nerg Apache License v2.0