Skip to content

meoyawn/kotlin-either

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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