Package | Description |
---|---|
java.util | |
java.util.function | |
java.util.stream |
Modifier and Type | Class and Description |
---|---|
class |
DoubleSummaryStatistics
See the
official Java API doc for details.
|
Modifier and Type | Method and Description |
---|---|
default void |
PrimitiveIterator.OfDouble.forEachRemaining(DoubleConsumer consumer) |
void |
OptionalDouble.ifPresent(DoubleConsumer consumer) |
Modifier and Type | Method and Description |
---|---|
default DoubleConsumer |
DoubleConsumer.andThen(DoubleConsumer after) |
Modifier and Type | Method and Description |
---|---|
default DoubleConsumer |
DoubleConsumer.andThen(DoubleConsumer after) |
Modifier and Type | Interface and Description |
---|---|
static interface |
DoubleStream.Builder
See the
official Java API doc for details.
|
Modifier and Type | Method and Description |
---|---|
void |
DoubleStream.forEach(DoubleConsumer action) |
void |
DoubleStream.forEachOrdered(DoubleConsumer action) |
DoubleStream |
DoubleStream.peek(DoubleConsumer action) |
Copyright © 2018. All rights reserved.