@FunctionalInterface public interface CharUnaryOperator
char
-valued operand that produces
a char
-valued result. This is the primitive type specialization of
UnaryOperator
for char
.UnaryOperator
Modifier and Type | Method and Description |
---|---|
char |
applyAsChar(char operand)
Applies this operator to the given operand.
|