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

Comments on post "Composing Future, List and Either" #38

Open
pbassiner opened this issue Jun 12, 2017 · 2 comments
Open

Comments on post "Composing Future, List and Either" #38

pbassiner opened this issue Jun 12, 2017 · 2 comments

Comments

@pbassiner
Copy link
Owner

Here you can leave your comments about the blogpost https://pbassiner.github.io/blog/composing_future,_list_and_either.html

@asarkar
Copy link

asarkar commented Dec 2, 2017

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

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.

@pbassiner
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants