Attributes
- Companion
- class
- Graph
-
- Supertypes
- Self type
-
LongAccumulator.type
Members list
Type members
Classlikes
Attributes
- Supertypes
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.
Attributes
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.
Attributes
Attributes
- Definition Classes
Value parameters
- it
-
Source collection
Attributes
- Returns
-
A collection of type
Ccontaining the same elements as the source collectionit. - Definition Classes
A BiConsumer that merges LongAccumulators, suitable for use with java.util.stream.LongStream's collect method. Suitable for Stream[Long] also.
A BiConsumer that merges LongAccumulators, suitable for use with java.util.stream.LongStream's collect method. Suitable for Stream[Long] also.
Attributes
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.
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
A Supplier of LongAccumulators, suitable for use with java.util.stream.LongStream's collect method. Suitable for Stream[Long] also.
A Supplier of LongAccumulators, suitable for use with java.util.stream.LongStream's collect method. Suitable for Stream[Long] also.
Attributes
Inherited methods
Attributes
- Inherited from:
- SpecificIterableFactory
Attributes
- Inherited from:
- SpecificIterableFactory
Implicits
Implicits
Inherited implicits
Attributes
- Inherited from:
- SpecificIterableFactory