LongAccumulator

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

Value members

Concrete methods

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

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

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

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

override def empty: LongAccumulator
Definition Classes
Definition Classes

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

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

Definition Classes

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

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

Inherited methods

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