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 WhereNotNull operator #243

Merged
merged 1 commit into from
Aug 13, 2024
Merged

Add WhereNotNull operator #243

merged 1 commit into from
Aug 13, 2024

Conversation

erri120
Copy link
Contributor

@erri120 erri120 commented Aug 10, 2024

Using optimized WhereSelect, the WhereNotNull operator is very common and many libraries and applications had to DIY implement this for System.IObservable<T>.

Using optimized `WhereSelect`, the `WhereNotNull` operator is very
common and many libraries and applications had to DIY implement
this for `System.IObservable<T>`.
@neuecc
Copy link
Member

neuecc commented Aug 13, 2024

ok, thanks.

@neuecc neuecc merged commit cd2d5e8 into Cysharp:main Aug 13, 2024
@erri120 erri120 deleted the where-not-null branch August 13, 2024 07:50
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