🌐 AI搜索 & 代理 主页
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
@He-Pin He-Pin force-pushed the andthen branch 2 times, most recently from 8826a21 to 3d5a891 Compare September 8, 2025 04:44
@lrytz lrytz modified the milestones: 2.13.17, 2.13.18 Sep 19, 2025
@lrytz lrytz modified the milestones: 2.13.18, 2.13.19 Nov 3, 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.

4 participants