-
Couldn't load subscription status.
- Fork 1.4k
Add ChunkN to ZStream #1795
New issue
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
Add ChunkN to ZStream #1795
Conversation
|
@LukaszByczynski @iravid How is this one looking? |
|
@iravid it's ready for a review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just needs some minor scaladoc fixes.
Co-Authored-By: Itamar Ravid <[email protected]>
Co-Authored-By: Itamar Ravid <[email protected]>
|
@LukaszByczynski Could you check the mdoc build failure? |
|
Fixed |
|
Thank you @LukaszByczynski! |
* Add ChunkN to ZStream * Change chunkN to operate with a Chunk class and add grouped operator * Update streams/shared/src/main/scala/zio/stream/ZStream.scala Co-Authored-By: Itamar Ravid <[email protected]> * Update streams/shared/src/main/scala/zio/stream/ZStream.scala Co-Authored-By: Itamar Ravid <[email protected]> * Fix typo
Adds a small helper method to provide user friendly way to chunk the input stream into batches.
Resolves: #1732