Skip to content

coconutpalm/possible-monad

Repository files navigation

possible-monad

A Java implementation of the Option monad, but as a Java collection/Iterable. Named Possible<T> so that Possible.value(val) and Possible.emptyValue() makes sense.

An improved version of: http://git.eclipse.org/c/e4/org.eclipse.e4.utils.git/tree/bundles/org.eclipse.e4.core.functionalprog/src/org/eclipse/e4/core/functionalprog/optionmonad/

Maven coordinates

<repositories>
  <repository>
    <id>jitpack.io</id>
	<name>Jitpack repo</name>
	<url>https://jitpack.io</url>
  </repository>
</repositories>
  • GroupID: com.github.coconutpalm
  • ArtifactID: possible-monad
  • Version: Release

About

A Java implementation of the Option monad, but as a Java collection/Iterable. Named Possible<T> so that Possible.value(val) and Possible.emptyValue() makes sense.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages