ABiConsumer that adds an element to anDoubleAccumulator, suitable for use withjava.util.stream.DoubleStream'scollect method.
ABiConsumer that adds an element to anDoubleAccumulator, suitable for use withjava.util.stream.DoubleStream'scollect method.
ABiConsumer that adds a boxedDouble to anDoubleAccumulator, suitable for use withjava.util.stream.Stream'scollect method.
ABiConsumer that adds a boxedDouble to anDoubleAccumulator, 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 mergesDoubleAccumulators, suitable for use withjava.util.stream.DoubleStream'scollect method.
ABiConsumer that mergesDoubleAccumulators, suitable for use withjava.util.stream.DoubleStream'scollect method. Suitable forStream[Double] 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 ofDoubleAccumulators, suitable for use withjava.util.stream.DoubleStream'scollect method.
ASupplier ofDoubleAccumulators, suitable for use withjava.util.stream.DoubleStream'scollect method. Suitable forStream[Double] also.