Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ramanmishra
Copy link

In the following line:
Another variant of orElse is ZStream#orElseEither, which distinguishes elements of the two streams using the Either data type. Using this operator, the result of the previous example should be Left(1), Left(2), Left(3), Right(6), Right(7), Right(8). previous example is for stream (line 23) // Output: 1, 2, 3, 7, 8, 9 and it refers to different number for s2. It should be Right(7), Right(8), Right(9)

In the following line:
Another variant of `orElse` is `ZStream#orElseEither`, which distinguishes elements of the two streams using the `Either` data type. Using this operator, the result of the previous example should be `Left(1), Left(2), Left(3), Right(6), Right(7), Right(8)`.
previous example is for stream (line 23) // Output: 1, 2, 3, 7, 8, 9 and it refers to different number for s2. It should be Right(7), Right(8), Right(9)
@CLAassistant
Copy link

CLAassistant commented Apr 9, 2023

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@adamgfraser adamgfraser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! 🙏

@adamgfraser
Copy link
Contributor

@ramanmishra Can you please sign the CLA?

@jdegoes
Copy link
Member

jdegoes commented Jun 13, 2023

@ramanmishra Please re-open when you sign the CLA!

@jdegoes jdegoes closed this Jun 13, 2023
@ramanmishra
Copy link
Author

ramanmishra commented Jun 26, 2023

Hello
It seems I don't have rights to re-open the PR, I have signed CLA Please let me know should I raise a new PR?

Thanks

@adamgfraser
Copy link
Contributor

@ramanmishra This was already fixed in #8200. Thanks for raising the issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants