Package | Description |
---|---|
com.landawn.abacus.util.function | |
com.landawn.abacus.util.stream |
Modifier and Type | Field and Description |
---|---|
static ShortToIntFunction |
ShortToIntFunction.DEFAULT |
Modifier and Type | Method and Description |
---|---|
abstract IntStream |
ShortStream.mapToInt(ShortToIntFunction mapper)
Returns a
IntStream consisting of the results of applying the
given function to the elements of this stream. |