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.forall which can be implemented with fold / statefulMap, just act as Nil.forall)
Sink.forall
fold / statefulMap
Nil.forall)
Both zio and fs2 has this method.
Result: rich operators set, and It works as Java Stream 's allMatch.
allMatch
The text was updated successfully, but these errors were encountered:
@laglangyue Would you like to take care of this, thanks.
Sorry, something went wrong.
@laglangyue could you consider filling in an Apache committee form? For larger PRs, we require this. See the CONTRIBUTING.md page on this repo - basically this: https://www.apache.org/licenses/contributor-agreements.html
Would you like to take care of this, thanks.
willing to do this
could you consider filling in an Apache committee form?
yeah,i will complete it as soon as possible
I had sended it to [email protected]. it's my form
Successfully merging a pull request may close this issue.
Motivation:
Add
Sink.forall
which can be implemented withfold / statefulMap
, just act asNil.forall)
Both zio and fs2 has this method.
Result:
rich operators set, and It works as Java Stream 's
allMatch
.The text was updated successfully, but these errors were encountered: