Attributes
- Companion
- class
- Source
- IntAccumulator.scala
- Graph
-
- Supertypes
- Self type
-
IntAccumulator.type
Members list
Type members
Classlikes
Attributes
- Source
- IntAccumulator.scala
- Supertypes
Value members
Concrete methods
A BiConsumer that adds an element to an IntAccumulator, suitable for use with java.util.stream.IntStream's collect method.
A BiConsumer that adds an element to an IntAccumulator, suitable for use with java.util.stream.IntStream's collect method.
Attributes
- Source
- IntAccumulator.scala
A BiConsumer that adds a boxed Int to an IntAccumulator, suitable for use with java.util.stream.Stream's collect method.
A BiConsumer that adds a boxed Int to an IntAccumulator, suitable for use with java.util.stream.Stream's collect method.
Attributes
- Source
- IntAccumulator.scala
Attributes
- Definition Classes
- Source
- IntAccumulator.scala
Value parameters
- it
-
Source collection
Attributes
- Returns
-
A collection of type
Ccontaining the same elements as the source collectionit. - Definition Classes
- Source
- IntAccumulator.scala
A BiConsumer that merges IntAccumulators, suitable for use with java.util.stream.IntStream's collect method.
A BiConsumer that merges IntAccumulators, suitable for use with java.util.stream.IntStream's collect method. Suitable for Stream[Int] also.
Attributes
- Source
- IntAccumulator.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
- IntAccumulator.scala
A Supplier of IntAccumulators, suitable for use with java.util.stream.IntStream's collect method.
A Supplier of IntAccumulators, suitable for use with java.util.stream.IntStream's collect method. Suitable for Stream[Int] also.
Attributes
- Source
- IntAccumulator.scala
Inherited methods
Attributes
- Inherited from:
- SpecificIterableFactory
- Source
- Factory.scala
Attributes
- Inherited from:
- SpecificIterableFactory
- Source
- Factory.scala
Implicits
Implicits
Attributes
- Source
- IntAccumulator.scala
Inherited implicits
Attributes
- Inherited from:
- SpecificIterableFactory
- Source
- Factory.scala