scala / 3.1 / scala / jdk / longaccumulator$.html

Object scala.jdk.LongAccumulator

Supertypes
Self type

Classlikes

Source

Concrete methods

Source

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

Source

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

Source
override def empty: LongAccumulator

Definition Classes SpecificIterableFactory

Source

Definition Classes Factory

Source

A BiConsumer that merges LongAccumulators, suitable for use with java.util.stream.LongStream's collect method. Suitable for Stream[Long] also.

Source
override def newBuilder: LongAccumulator

Definition Classes SpecificIterableFactory -> Factory

Source

A Supplier of LongAccumulators, suitable for use with java.util.stream.LongStream's collect method. Suitable for Stream[Long] also.

Inherited methods

Source

Inherited from SpecificIterableFactory

Source
def fill(n: Int)(elem: => Long): LongAccumulator

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/LongAccumulator$.html