Skip to content

Repository files navigation

result

Build Status

A Java Result monad with two subtypes Success and Failure.

Example

See the tests for details on how to use Result.

Usage

Maven

<dependency>
<groupId>net.andrewhatch</groupId>
<artifactId>result</artifactId>
<version>1.0.0</version>
</dependency>

Gradle

dependencies {
implementation 'net.andrewhatch:result:1.0.0'
}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages