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