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

Skip to content

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