com.koloboke.function
Interface CharUnaryOperator
public interface CharUnaryOperator
Represents an operation on a single char-valued operand that produces
a char-valued result. This is the primitive type specialization of
UnaryOperator for char.
- See Also:
UnaryOperator
|
Method Summary |
char |
applyAsChar(char operand)
Applies this operator to the given operand. |
applyAsChar
char applyAsChar(char operand)
- Applies this operator to the given operand.
- Parameters:
operand - the operand
- Returns:
- the operator result