Skip to content
forked from xyzsd/dichotomy

Either and Result monadic types for Java

License

Notifications You must be signed in to change notification settings

fdelsert/dichotomy

Repository files navigation

Java CI with Gradle

dichotomy

Either and Result monadic types for Java

TODO:

* finish docs (particularly package docs, usage examples)
* nice intro (with synopsis and short examples)

Download

depend via Maven:

<dependency>
  <groupId>net.xyzsd</groupId>
  <artifactId>dichotomy</artifactId>
  <version>0.9</version>
  <type>module</type>
</dependency>

or Gradle:

implementation("net.xyzsd:dichotomy:0.9")

License

Copyright 2022, xyzsd

Licensed under either of:

at your option.

About

Either and Result monadic types for Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%