We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here you can leave your comments about the blogpost https://pbassiner.github.io/blog/composing_future,_list_and_either.html
The text was updated successfully, but these errors were encountered:
I'm trying to find an example for Cats EitherT.collectRight. I've a EitherT[Future, String, Event] and when I do collectRight, I get
EitherT.collectRight
EitherT[Future, String, Event]
collectRight
Error:(79, 18) could not find implicit value for parameter FA: cats.Alternative[scala.concurrent.Future] elem.collectRight
I've an implicit ExecutionContext in scope, so this FAQ doesn't apply.
Sorry, something went wrong.
Hi @asarkar, I haven't used EitherT.collectRight so far. I would advise to ask in the cats gitter channel, someone there will be able to help you.
No branches or pull requests
Here you can leave your comments about the blogpost https://pbassiner.github.io/blog/composing_future,_list_and_either.html
The text was updated successfully, but these errors were encountered: