- Companion
- class
Type members
Classlikes
Value members
Concrete methods
A BiConsumer that adds an element to an DoubleAccumulator, suitable for use with java.util.stream.DoubleStream's collect method.
A BiConsumer that adds an element to an DoubleAccumulator, suitable for use with java.util.stream.DoubleStream's collect method.
A BiConsumer that adds a boxed Double to an DoubleAccumulator, suitable for use with java.util.stream.Stream's collect method.
A BiConsumer that adds a boxed Double to an DoubleAccumulator, suitable for use with java.util.stream.Stream's collect method.
A BiConsumer that merges DoubleAccumulators, suitable for use with java.util.stream.DoubleStream's collect method.
A BiConsumer that merges DoubleAccumulators, suitable for use with java.util.stream.DoubleStream's collect method. Suitable for Stream[Double] also.