| Supertypes | |
|---|---|
| Self type |
A BiConsumer that adds an element to an IntAccumulator, suitable for use with java.util.stream.IntStream's collect method.
A BiConsumer that adds a boxed Int to an IntAccumulator, suitable for use with java.util.stream.Stream's collect method.
| Definition Classes | SpecificIterableFactory |
|---|
| Value parameters |
|
|---|---|
| Returns | A collection of type |
| Definition Classes | Factory |
A BiConsumer that merges IntAccumulators, suitable for use with java.util.stream.IntStream's collect method. Suitable for Stream[Int] also.
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.
| Definition Classes | SpecificIterableFactory -> Factory |
|---|
A Supplier of IntAccumulators, suitable for use with java.util.stream.IntStream's collect method. Suitable for Stream[Int] also.
| Inherited from | SpecificIterableFactory |
|---|
| Inherited from | SpecificIterableFactory |
|---|
| Inherited from | SpecificIterableFactory |
|---|
© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.2.0/scala/jdk/IntAccumulator$.html