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

UPDATE:

* Substantially restructed for the pending 1.0 version
* 'Try' type is currently being refactored and changed. 
* Improved documentation and examples
* Improved test
* still needs: a nice intro (with synopsis and illustrative 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-2023, 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%