either_type 0.1.2 copy "either_type: ^0.1.2" to clipboard
either_type: ^0.1.2 copied to clipboard

The library for Error Handling. Armed with Either, you can write code that returns either an exception or a legitimate result (but never both) while retaining type safety. The common functional conven [...]

Stable versions of either_type

VersionMin Dart SDKUploadedDocumentationArchive
0.1.22.14 years agoCheck the analysis logs for either_type 0.1.2Download either_type 0.1.2 archive
0.1.12.14 years agoCheck the analysis logs for either_type 0.1.1Download either_type 0.1.1 archive
0.1.02.14 years agoDownload either_type 0.1.0 archive
2
likes
20
pub points
21%
popularity

Publisher

unverified uploader

The library for Error Handling. Armed with Either, you can write code that returns either an exception or a legitimate result (but never both) while retaining type safety. The common functional convention is that the left of an Either class contains an exception (if any), and the right contains the result.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on either_type