Last Version

Either.java 2.9.0

A right-biased implementation of "Either a b" for Java, using Java 8 for mapping/folding and type inference.

License

License

GroupId

GroupId

com.spencerwi
ArtifactId

ArtifactId

Either.java
Version

Version

2.9.0
Type

Type

jar
Description

Description

Either.java
A right-biased implementation of "Either a b" for Java, using Java 8 for mapping/folding and type inference.
Project URL

Project URL

https://github.com/spencerwi/Either.java

Download Either.java 2.9.0


<!-- https://jarcasting.com/artifacts/com.spencerwi/Either.java/ -->
<dependency>
    <groupId>com.spencerwi</groupId>
    <artifactId>Either.java</artifactId>
    <version>2.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.spencerwi/Either.java/
implementation 'com.spencerwi:Either.java:2.9.0'
// https://jarcasting.com/artifacts/com.spencerwi/Either.java/
implementation ("com.spencerwi:Either.java:2.9.0")
'com.spencerwi:Either.java:jar:2.9.0'
<dependency org="com.spencerwi" name="Either.java" rev="2.9.0">
  <artifact name="Either.java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spencerwi', module='Either.java', version='2.9.0')
)
libraryDependencies += "com.spencerwi" % "Either.java" % "2.9.0"
[com.spencerwi/Either.java "2.9.0"]

Dependencies

test (3)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.9.1
org.junit.jupiter : junit-jupiter jar 5.6.2
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.0

Project Modules

There are no modules declared in this project.