A Java Result
monad with two subtypes Success
and Failure
.
See the tests for details on how to use Result
.
<dependency>
<groupId>net.andrewhatch</groupId>
<artifactId>result</artifactId>
<version>1.0.0</version>
</dependency>
dependencies {
implementation 'net.andrewhatch:result:1.0.0'
}