Skip to content

Modified documentation to FilterWithPrevious#3708

Open
ankitkumarrain wants to merge 2 commits intotypelevel:mainfrom
ankitkumarrain:docs1
Open

Modified documentation to FilterWithPrevious#3708
ankitkumarrain wants to merge 2 commits intotypelevel:mainfrom
ankitkumarrain:docs1

Conversation

@ankitkumarrain
Copy link
Copy Markdown

@ankitkumarrain ankitkumarrain commented Apr 5, 2026

Modified Documentation in Stream.scala . Mainly 2 docs i.e evamMapChunk and FilterWithPrevious .

/** Like `evalMap`, but operates on chunks for performance. This means this operator
* is not lazy on every single element, rather on the chunks.
/** Like `evalMap`, but operates on chunks for performance. Evaluates `f` for all elements
* within a chunk using the Applicative instance, which allows parallel evaluation if supported by `F`.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recommend removing "using the Applicative instance, which allows ...". Feels out of place here.

Copy link
Copy Markdown
Author

@ankitkumarrain ankitkumarrain Apr 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @mpilquist, thank you for your suggestions. I’ve updated the changes accordingly. Could you please take another look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants