@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.
|
Copyright © 2010 - 2023 Adobe. All Rights Reserved