| Package | Description |
|---|---|
| com.annimon.stream |
| Modifier and Type | Method and Description |
|---|---|
static IntStream |
IntStream.generate(IntSupplier s)
Returns an infinite sequential unordered stream where each element is
generated by the provided
IntSupplier. |
int |
OptionalInt.orElseGet(IntSupplier other)
Returns the value if present, otherwise invokes
other and returns
the result of that invocation. |
Copyright © 2017. All rights reserved.