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

Async#mapEffect #1484

Closed
3 tasks
pakoito opened this issue Jun 13, 2019 · 1 comment
Closed
3 tasks

Async#mapEffect #1484

pakoito opened this issue Jun 13, 2019 · 1 comment

Comments

@pakoito
Copy link
Member

pakoito commented Jun 13, 2019

fun <A, B> Kind<F, A>.mapEffect(f: suspend (A) -> B): Kind<F, B> =
  flatMap { a -> effect { f(a) } }
@pakoito pakoito changed the title Concurrent#mapSuspend Concurrent#mapEffect Jun 13, 2019
@pakoito pakoito changed the title Concurrent#mapEffect Async#mapEffect Jun 13, 2019
@FireZenk
Copy link

Let me do this one

@FireZenk FireZenk mentioned this issue Jun 13, 2019
3 tasks
@Cotel Cotel closed this as completed Oct 1, 2019
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

4 participants