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