Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
myeonginwoo committed Jan 1, 2017
2 parents 9e769d1 + 1feeb62 commit 5303a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# KtEither
Kotlin Either Lib

inProgress...
[![](https://jitpack.io/v/myeonginwoo/KtEither.svg)](https://jitpack.io/#myeonginwoo/KtEither)

Left
```kotlin
Expand Down Expand Up @@ -78,4 +78,4 @@ assertEquals(leftEither.left?.flatMap { Left<Int, Long>(3) }?.left?.get, 3)

val rightEither: Either<String, Int> = Right(6)
assertEquals(rightEither.right?.flatMap { Right<Int, String>("test") }?.right?.get, "test")
```
```

0 comments on commit 5303a41

Please sign in to comment.