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