Arrow: Async#mapEffect

Created on 13 Jun 2019  路  1Comment  路  Source: arrow-kt/arrow

fun <A, B> Kind<F, A>.mapEffect(f: suspend (A) -> B): Kind<F, B> =
  flatMap { a -> effect { f(a) } }
help wanted noob friendly

Most helpful comment

Let me do this one

>All comments

Let me do this one

Was this page helpful?
0 / 5 - 0 ratings

Related issues

raulraja picture raulraja  路  4Comments

JorgeCastilloPrz picture JorgeCastilloPrz  路  5Comments

vejeta picture vejeta  路  3Comments

JorgeCastilloPrz picture JorgeCastilloPrz  路  3Comments

JorgeCastilloPrz picture JorgeCastilloPrz  路  3Comments