How to flatten TryAsync, Validation, Option and Either? #1016
Unanswered
Lonli-Lokli
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a tricky for me question on how to ocmbine multiiple methods
First I need to load documents, make some validation over them, load assosiated user and if it exists - save to database.
As a result I was going to get EitherAsync<string, /validation error or save error/, Option>
Beta Was this translation helpful? Give feedback.
All reactions