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