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

liftResult feature. #80 #95

Merged
merged 5 commits into from
Aug 16, 2021
Merged

Conversation

Neuman968
Copy link
Contributor

@Neuman968 Neuman968 commented Aug 10, 2021

Added feature requested #80

Added extension method liftSuccess to lift List<Result, E> into Result<List, E> where the returned Result is always success and applies a callback function when there are any errors in List

Thank you for your time and for this awesome project :)

jf9327 added 2 commits August 11, 2021 12:10
…success and errors and the returned Result. Refactored lift to use liftResult with a default implementation.
@Neuman968 Neuman968 changed the title liftSuccess feature. #80 liftResult feature. #80 Aug 11, 2021
@kittinunf
Copy link
Owner

Please allow me to let the CI run the test! I think it is perfect as it is.

@kittinunf kittinunf merged commit ece1f2b into kittinunf:master Aug 16, 2021
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.

3 participants