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
ParIterable#tapEach
ParIterable does not have a tapEach method unlike the normal scala interface. We should implement this
ParIterable
tapEach
The text was updated successfully, but these errors were encountered:
Yeah this sounds useful if we want to parallelize side effects. Though the work doesn't seem that simple
Sorry, something went wrong.
We have map and for each, can’t we just make a tapEach in the same way?
Yes, a PR on this would be most welcome
No branches or pull requests
ParIterable
does not have atapEach
method unlike the normal scala interface.We should implement this
The text was updated successfully, but these errors were encountered: