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