Skip to content

ashatch/result

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages