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 withFilter to Stream in order to filter in for comprehensions #1971 #1972

Merged
merged 1 commit into from
Jul 29, 2020

Conversation

hogiyogi597
Copy link

@hogiyogi597 hogiyogi597 commented Jul 28, 2020

Added withFilter as an alias to filter to Stream to enable filtering inside of for comprehensions.
Closes #1971

@mpilquist mpilquist merged commit 6d9437a into typelevel:main Jul 29, 2020
@mpilquist
Copy link
Member

Thanks :)

@mpilquist mpilquist added this to the 2.4.3 milestone Aug 18, 2020
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.

Add withFilter to Stream in order to filter in for comprehensions
2 participants