| Package | Description |
|---|---|
| com.annimon.stream | |
| com.annimon.stream.operator |
| Modifier and Type | Method and Description |
|---|---|
OptionalLong |
OptionalInt.mapToLong(IntToLongFunction mapper)
Invokes mapping function on inner value if present.
|
LongStream |
IntStream.mapToLong(IntToLongFunction mapper)
Returns a
LongStream consisting of the results of applying the given
function to the elements of this stream. |
| Constructor and Description |
|---|
IntMapToLong(PrimitiveIterator.OfInt iterator,
IntToLongFunction mapper) |
Copyright © 2018. All rights reserved.