DoubleAccumulator

scala.jdk.DoubleAccumulator
See theDoubleAccumulator companion class

Attributes

Companion
class
Source
DoubleAccumulator.scala
Graph
Supertypes
Self type

Members list

Type members

Classlikes

Attributes

Source
DoubleAccumulator.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

Attributes

Source
DoubleAccumulator.scala

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

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

Attributes

Source
DoubleAccumulator.scala
override def empty: DoubleAccumulator

Attributes

Definition Classes
Source
DoubleAccumulator.scala

Value parameters

it

Source collection

Attributes

Returns

A collection of type C containing the same elements as the source collection it.

Definition Classes
Source
DoubleAccumulator.scala

A BiConsumer that merges DoubleAccumulators, suitable for use with java.util.stream.DoubleStream's collect method.

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

Attributes

Source
DoubleAccumulator.scala

Get a Builder for the collection.

Get a Builder for the collection. For non-strict collection types this will use an intermediate buffer. Building collections with fromSpecific is preferred because it can be lazy for lazy collections.

Attributes

Definition Classes
Source
DoubleAccumulator.scala

A Supplier of DoubleAccumulators, suitable for use with java.util.stream.DoubleStream's collect method.

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

Attributes

Source
DoubleAccumulator.scala

Inherited methods

Attributes

Inherited from:
SpecificIterableFactory
Source
Factory.scala
def fill(n: Int)(elem: => Double): DoubleAccumulator

Attributes

Inherited from:
SpecificIterableFactory
Source
Factory.scala

Implicits

Inherited implicits