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 operator: Merge(Observable<Observable<T>>) #29

Merged
merged 8 commits into from
Jan 11, 2024

Conversation

hadashiA
Copy link
Contributor

#18

@hadashiA hadashiA changed the title Add operator: Merge(Observable<Observable<T>>) draft Add operator: Merge(Observable<Observable<T>>) Jan 11, 2024
@hadashiA hadashiA marked this pull request as ready for review January 11, 2024 07:44

public static partial class Observable
{
public static Observable<T> Merge<T>(Observable<Observable<T>> sources)
Copy link
Member

Choose a reason for hiding this comment

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

should be (this Observable<Observable<T>> sources)?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah I think so >< I fixed it.

@neuecc neuecc merged commit d331d01 into main Jan 11, 2024
@neuecc neuecc deleted the hadashiA/operators-merge branch January 11, 2024 10:12
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.

2 participants