A multiplatform Result monad for modeling success or failure operations. The binding keyword allows multiple calls that each return a Result to be chained imperatively. When inside a binding block, the .bind() function is accessible on any Result. Each call to bind will attempt to unwrap the Result and store its value, returning early if any Result is an Err.
Features
- Result<V, E> is a monad for modelling success (Ok) or failure (Err) operations
- The Result monad has two subtypes
- Mappings are available on the wiki to assist those with experience using the Result type in other languages
- Binding (Monad Comprehension)
- Documentation available
- Examples available
Categories
LibrariesLicense
ISC LicenseFollow kotlin-result
Other Useful Business Software
The full-stack observability platform that protects your dataLayer, tags and conversion data
Code-Cube.io detects issues instantly, alerts you in real time and helps you resolve them fast.
No manual QA. No unreliable data. Just data you can trust and act on.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of kotlin-result!