/kotlin-either

an Either type for you to fold all day

Primary LanguageKotlinMIT LicenseMIT

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