@FunctionalInterface public interface IntToCharFunction
int-to-char primitive specialization
for Function.
This is a functional interface whose functional method is applyAsChar(int).
Function| Modifier and Type | Method and Description |
|---|---|
char |
applyAsChar(int value)
Applies this function to the given argument.
|
char applyAsChar(int value)
value - the function argument.Copyright © 2001–2023 The Apache Software Foundation. All rights reserved.