ABiConsumer that adds an element to anLongAccumulator, suitable for use withjava.util.stream.LongStream'scollect method.
ABiConsumer that adds an element to anLongAccumulator, suitable for use withjava.util.stream.LongStream'scollect method.
ABiConsumer that adds a boxedLong to anLongAccumulator, suitable for use withjava.util.stream.Stream'scollect method.
ABiConsumer that adds a boxedLong to anLongAccumulator, 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 mergesLongAccumulators, suitable for use withjava.util.stream.LongStream'scollect method.
ABiConsumer that mergesLongAccumulators, suitable for use withjava.util.stream.LongStream'scollect method. Suitable forStream[Long] 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 ofLongAccumulators, suitable for use withjava.util.stream.LongStream'scollect method.
ASupplier ofLongAccumulators, suitable for use withjava.util.stream.LongStream'scollect method. Suitable forStream[Long] also.