Package | Description |
---|---|
java.util | |
java.util.stream |
Modifier and Type | Method and Description |
---|---|
static OptionalInt |
OptionalInt.empty() |
static OptionalInt |
OptionalInt.of(int value) |
Modifier and Type | Method and Description |
---|---|
OptionalInt |
IntStream.findAny() |
OptionalInt |
IntStream.findFirst() |
OptionalInt |
IntStream.max() |
OptionalInt |
IntStream.min() |
OptionalInt |
IntStream.reduce(IntBinaryOperator op) |
Copyright © 2018. All rights reserved.