Iffy

Either type for Java

License

License

MIT
GroupId

GroupId

io.vulpine.lib
ArtifactId

ArtifactId

iffy
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

Iffy
Either type for Java
Project URL

Project URL

https://github.com/Vulpine-IO/Iffy
Source Code Management

Source Code Management

https://github.com/Vulpine-IO/Iffy

Download iffy

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Iffy

java 14 red Maven Central Java Docs Iffy

Indecisive Either types for java.

Either<String, Integer> foo = Either.ofLeft("Hello");
Either<Integer, Integer> bar = foo.mapLeft(Integer::parseInt);
float fizz = bar.fold(Float.class::cast, Float.class::cast);
io.vulpine.lib

Vulpine IO

Small libs, big dreams

Versions

Version
1.0.1
1.0.0