Skip to content

Commit 98c71d1

Browse files
authored
Update README.md
1 parent 89b4179 commit 98c71d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[![either](https://maven-badges.herokuapp.com/maven-central/io.github.jbock-java/either/badge.svg?subject=either)](https://maven-badges.herokuapp.com/maven-central/io.github.jbock-java/either)
22

3-
### `either:1.5`
4-
53
The `Either` type is closely related to `Optional`, but can have different "failure" states, other than only *empty*.
64
`Either` can be used to collect error messages in stream operations,
75
or simply as a lightweight alternative to throwing an Exception.

0 commit comments

Comments
 (0)