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