Skip to content

Changes for 2.13.0-RC2 #146

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

Closed
wants to merge 1 commit into from
Closed

Changes for 2.13.0-RC2 #146

wants to merge 1 commit into from

Conversation

raboof
Copy link

@raboof raboof commented May 20, 2019

Refs #145

@raboof raboof mentioned this pull request May 20, 2019
@@ -183,7 +183,7 @@ public static DoubleStream doubleStreamValues(Map<?, Double> coll) {
* @return A DoubleStream view of the collection which, by default, executes sequentially.
*/
public static DoubleStream doubleStreamAccumulated(IterableOnce<Double> coll) {
return StreamConverters.asJavaSeqDoubleStream(scala.jdk.DoubleAccumulator$.MODULE$.fromSpecific((IterableOnce<Object>)(Object)coll));
return StreamConverters.asJavaSeqDoubleStream(coll);
Copy link
Member

Choose a reason for hiding this comment

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

we should keep the double accumulator here. but in any case, i already had a draft pr with these changes: #143. so closing this one. sorry..!

@lrytz lrytz closed this May 20, 2019
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