We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Motivation: Add Sink.exists operator ,which can be implemented with Sink.fold / statefulMap. Both zio and fs2 has this mehtod.
Sink.exists
Sink.fold / statefulMap
Result: Rich operators set.
It should work as Java Stream's anyMatch.
anyMatch
The text was updated successfully, but these errors were encountered:
@GreyPlane Would you like to take care about this?
Sorry, something went wrong.
Thanks for the mention, I think it's OK, I'd like to pick this up maybe this weekend or earlier If I had time.
Successfully merging a pull request may close this issue.
Motivation:
Add
Sink.exists
operator ,which can be implemented withSink.fold / statefulMap
.Both zio and fs2 has this mehtod.
Result:
Rich operators set.
It should work as Java Stream's
anyMatch
.The text was updated successfully, but these errors were encountered: