We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
split
Scalaz’s Foldable has two variants of partitioning methods, named splitWith and selectSplit:
Foldable
splitWith
selectSplit
https://github.com/scalaz/scalaz/blob/series/7.3.x/core/src/main/scala/scalaz/Foldable.scala#L303-L351