Package com.landawn.abacus.util.function
Interface CharUnaryOperator
- All Superinterfaces:
Throwables.CharUnaryOperator<RuntimeException>
-
Method Summary
Modifier and TypeMethodDescriptiondefault CharUnaryOperator
andThen
(CharUnaryOperator after) char
applyAsChar
(char operand) Apply as char.default CharUnaryOperator
compose
(CharUnaryOperator before) static CharUnaryOperator
identity()
-
Method Details
-
applyAsChar
char applyAsChar(char operand) Description copied from interface:Throwables.CharUnaryOperator
Apply as char.- Specified by:
applyAsChar
in interfaceThrowables.CharUnaryOperator<RuntimeException>
- Parameters:
operand
-- Returns:
-
compose
- Parameters:
before
-- Returns:
-
andThen
- Parameters:
after
-- Returns:
-
identity
-