| Package | Description |
|---|---|
| com.annimon.stream |
| Modifier and Type | Method and Description |
|---|---|
OptionalDouble |
OptionalInt.mapToDouble(IntToDoubleFunction mapper)
Invokes mapping function on inner value if present.
|
DoubleStream |
IntStream.mapToDouble(IntToDoubleFunction mapper)
Returns a
DoubleStream consisting of the results of applying the given
function to the elements of this stream. |
Copyright © 2017. All rights reserved.