Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

He-Pin
Copy link
Contributor

@He-Pin He-Pin commented Sep 5, 2025

Motivation:
The Java BiFunction has a andThen method, I think this should be nice for Scala 's Functio2 too.

The mima filter is still missing.

@He-Pin He-Pin requested a review from a team as a code owner September 5, 2025 14:35
@scala-jenkins scala-jenkins added this to the 2.13.17 milestone Sep 5, 2025
while(it.hasNext) {
val kv = it.next()
accum(kv._1, kv._2)
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

otherwise, two andThen :(

@SethTisue SethTisue added the library:base Changes to the base library, i.e. Function Tuples Try label Sep 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
library:base Changes to the base library, i.e. Function Tuples Try library:not-forward-bincompat
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants