Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/result-monad-updates #72

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Conversation

MrMatthewLayton
Copy link
Member

Added methods to Result and Result<T> for obtaining underlying exceptions, and methods to Failure and Failure<T> to allow casting to other Result and Result<T> types. This also includes overloads for async programming.

…ceptions, and methods to `Failure` and `Failure<T>` to allow casting to other `Result` and `Result<T>` types. This also includes overloads for async programming.
@MrMatthewLayton MrMatthewLayton merged commit c189d4f into main Jun 25, 2024
1 check passed
@MrMatthewLayton MrMatthewLayton deleted the feature/result-monad-updates branch June 25, 2024 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant