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