@FunctionalInterface public interface CharToLongFunction
char
-valued argument and produces a
long
-valued result. This is the char
-to-long
primitive
specialization for Function
.Function
Modifier and Type | Method and Description |
---|---|
long |
applyAsLong(char value)
Applies this function to the given argument.
|