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

Add missing combinators to Output #466

Closed
lbialy opened this issue Apr 18, 2024 · 1 comment
Closed

Add missing combinators to Output #466

lbialy opened this issue Apr 18, 2024 · 1 comment
Assignees
Labels
area/core The SDK's core code awaiting-release Fix was merged but not released impact/usability Something that impacts users' ability to use the product easily and intuitively size/M Estimated effort to complete (up to 5 days).
Milestone

Comments

@lbialy
Copy link
Collaborator

lbialy commented Apr 18, 2024

  • unzip: Output[(A, B, C)] -> (Output[A], Output[B], Output[C])
  • recover
  • tap
  • tapError
  • tapBoth
@lbialy lbialy added this to the 0.3.1 milestone Apr 18, 2024
@lbialy lbialy self-assigned this Apr 18, 2024
@pawelprazak pawelprazak added area/core The SDK's core code impact/usability Something that impacts users' ability to use the product easily and intuitively size/M Estimated effort to complete (up to 5 days). labels Apr 18, 2024
lbialy added a commit that referenced this issue Apr 19, 2024
* add more combinators to Output - issue #466
@pawelprazak pawelprazak added the awaiting-release Fix was merged but not released label Apr 19, 2024
@lbialy
Copy link
Collaborator Author

lbialy commented Apr 21, 2024

done

@lbialy lbialy closed this as completed Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core The SDK's core code awaiting-release Fix was merged but not released impact/usability Something that impacts users' ability to use the product easily and intuitively size/M Estimated effort to complete (up to 5 days).
Projects
None yet
Development

No branches or pull requests

2 participants