scala / 3.1 / scala / jdk / doubleaccumulator$.html

Object scala.jdk.DoubleAccumulator

Classlikes

Source

Concrete methods

Source

A BiConsumer that adds an element to an DoubleAccumulator, suitable for use with java.util.stream.DoubleStream's collect method.

Source

A BiConsumer that adds a boxed Double to an DoubleAccumulator, suitable for use with java.util.stream.Stream's collect method.

Source
override def empty: DoubleAccumulator

Definition Classes SpecificIterableFactory

Source

Definition Classes Factory

Source

A BiConsumer that merges DoubleAccumulators, suitable for use with java.util.stream.DoubleStream's collect method. Suitable for Stream[Double] also.

Source

Definition Classes SpecificIterableFactory -> Factory

Source

A Supplier of DoubleAccumulators, suitable for use with java.util.stream.DoubleStream's collect method. Suitable for Stream[Double] also.

Inherited methods

Source

Inherited from SpecificIterableFactory

Source
def fill(n: Int)(elem: => Double): DoubleAccumulator

Inherited from SpecificIterableFactory

Implicits

Source

Inherited implicits

Source

Inherited from SpecificIterableFactory

© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.1.1/scala/jdk/DoubleAccumulator$.html