| Package | Description |
|---|---|
| com.annimon.stream | |
| com.annimon.stream.operator |
| 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. |
| Constructor and Description |
|---|
IntMapToDouble(PrimitiveIterator.OfInt iterator,
IntToDoubleFunction mapper) |
Copyright © 2018. All rights reserved.