-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add EitherT#biSemiflatTap
which combines leftSemiflatTap
and semiflatTap
#4293
Conversation
04f5adb
to
393b5b8
Compare
393b5b8
to
9d2fa4d
Compare
loosen to FlatMap formatting
9d2fa4d
to
bde7b16
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, looks great!
EitherT#biSemiflatTap
which combines leftSemiflatTap
and semiflatTap
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you very much!
Related: we have another PR with enhancements for EitherT
in #2237. I haven't had a chance to work on it lately, but if someone is interested it just needs some polishing and tests :)
Ok great! Let me merge it then. Thank you @exp0nge! |
Mostly a ergonomics style PR 😄
I did notice some chatter around not wrapping/unwrapping so much because this method could be reduced to chaining
semiflatTap
+leftSemiflatTap
. Doesn't make too much of a difference to me either way if you guys want me to change it to chaining.Fixes #4292