meoyawn / kotlin-either

an Either type for you to fold all day

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kotlin-either

An Either type for you to fold all day, inspired by scalaz

Installation

repositories {
    maven { url "https://jitpack.io" }
}
dependencies {
    compile "com.github.adelnizamutdinov:kotlin-either:$version"
}

Usage

See tests for usage examples

CircleCI

About

an Either type for you to fold all day

License:MIT License


Languages

Language:Kotlin 100.0%