| 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)
Return the value if present, otherwise invoke
other and return
the result of that invocation. |
Copyright © 2016. All rights reserved.