First class failure scenarios in Java

Using VAVR’s Either type we can express failure scenarios in our type signatures. These container values can be used to write composable code. Read more

Similar

A Complete Introduction to Java EE

The enterprise Java framework was first released in 1999. It has undergone a great number of improvements over the last decades, but the learning curve is still very steep. So in this article, we're going to take an in-depth look at version 8 of the Java ... (more…)

Read more »