| Package | Description |
|---|---|
| com.annimon.stream |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
DoubleStream.collect(Supplier<R> supplier,
ObjDoubleConsumer<R> accumulator)
Collects elements to
supplier provided container by applying the given accumulation function. |
Copyright © 2018. All rights reserved.