Package | Description |
---|---|
com.landawn.abacus.util.stream |
Modifier and Type | Method and Description |
---|---|
abstract <R> R |
DoubleStream.collect(Supplier<R> supplier,
ObjDoubleConsumer<R> accumulator) |
abstract <R> R |
DoubleStream.collect(Supplier<R> supplier,
ObjDoubleConsumer<R> accumulator,
BiConsumer<R,R> combiner)
Performs a mutable
reduction operation on the elements of this stream.
|