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

Implement flip #41

Closed
Avasil opened this issue Dec 10, 2019 · 3 comments
Closed

Implement flip #41

Avasil opened this issue Dec 10, 2019 · 3 comments
Labels
good first issue Good for newcomers
Milestone

Comments

@Avasil
Copy link
Contributor

Avasil commented Dec 10, 2019

final def flip: BIO[A, E]

A variant like

final def flipWith[E1, A1](f: BIO[A, E] => BIO[E1, A1]): BIO[E1, A1]

from ZIO would be useful as well, it seems like a common pattern if someone uses flip.

If we can come up with a cool example for scaladoc that would be awesome!

@Avasil Avasil added the good first issue Good for newcomers label Dec 10, 2019
@jewertow
Copy link

jewertow commented Jan 9, 2020

I will implement these methods.

@Avasil Avasil added this to the 0.1.0 milestone Jan 11, 2020
@Avasil
Copy link
Contributor Author

Avasil commented Feb 22, 2020

@jewertow
Anything I can help with?
I'm closing on 0.1.0 (would like to release it in 1-2 weeks) and would like to include it there

@Executioner1939
Copy link
Contributor

I will take this one :-)

@Avasil Avasil closed this as completed Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants