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
What version are you currently using?
1.1.5
What would you like to see?
to efficiently do partition & map like Scala's partitionMap. https://www.scala-lang.org/api/3.2.2/scala/collection/IterableOps.html#partitionMap-2d1
partition
map
The text was updated successfully, but these errors were encountered:
Add partitionMap to Iterable (arrow-kt#3001)
331c96d
Rename partitionMap to separateEither (arrow-kt#3001)
0434ef5
Add partitionMap to Iterable (#3001) (#3004)
d3f8ee1
Closed by #3004
Sorry, something went wrong.
No branches or pull requests
What version are you currently using?
1.1.5
What would you like to see?
to efficiently do
partition
&map
like Scala's partitionMap.https://www.scala-lang.org/api/3.2.2/scala/collection/IterableOps.html#partitionMap-2d1
The text was updated successfully, but these errors were encountered: