| Package | Description |
|---|---|
| com.annimon.stream |
| Modifier and Type | Method and Description |
|---|---|
static LongStream |
LongStream.generate(LongSupplier s)
Creates a
LongStream by elements that generated by LongSupplier. |
long |
OptionalLong.orElseGet(LongSupplier other)
Returns the value if present, otherwise returns value produced by supplier function.
|
Copyright © 2017. All rights reserved.