ABiConsumer that adds an element to anIntAccumulator, suitable for use withjava.util.stream.IntStream'scollect method.
ABiConsumer that adds an element to anIntAccumulator, suitable for use withjava.util.stream.IntStream'scollect method.
ABiConsumer that adds a boxedInt to anIntAccumulator, suitable for use withjava.util.stream.Stream'scollect method.
ABiConsumer that adds a boxedInt to anIntAccumulator, suitable for use withjava.util.stream.Stream'scollect method.
Source collection
A collection of typeC containing the same elements as the source collectionit.
ABiConsumer that mergesIntAccumulators, suitable for use withjava.util.stream.IntStream'scollect method.
ABiConsumer that mergesIntAccumulators, suitable for use withjava.util.stream.IntStream'scollect method. Suitable forStream[Int] also.
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 withfromSpecific is preferred because it can be lazy for lazy collections.
ASupplier ofIntAccumulators, suitable for use withjava.util.stream.IntStream'scollect method.
ASupplier ofIntAccumulators, suitable for use withjava.util.stream.IntStream'scollect method. Suitable forStream[Int] also.