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