| Package | Description |
|---|---|
| com.annimon.stream | |
| com.annimon.stream.operator |
| Modifier and Type | Method and Description |
|---|---|
DoubleStream |
LongStream.mapToDouble(LongToDoubleFunction mapper)
Returns an
DoubleStream consisting of the results of applying the given
function to the elements of this stream. |
| Constructor and Description |
|---|
LongMapToDouble(PrimitiveIterator.OfLong iterator,
LongToDoubleFunction mapper) |
Copyright © 2018. All rights reserved.