Either.java

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
Last Version

Last Version

2.9.0
Release Date

Release Date

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

How to add to project

<!-- 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.

Versions

Version
2.9.0
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.1
2.2.0
2.1.1
2.1.0
2.0.0
1.2.1
1.2.0
1.1.0
1.0.1