public interface CharUnaryOperator extends Throwables.CharUnaryOperator<RuntimeException>
| Modifier and Type | Method and Description |
|---|---|
default CharUnaryOperator |
andThen(CharUnaryOperator after) |
char |
applyAsChar(char operand)
Apply as char.
|
default CharUnaryOperator |
compose(CharUnaryOperator before) |
static CharUnaryOperator |
identity() |
char applyAsChar(char operand)
Throwables.CharUnaryOperatorapplyAsChar in interface Throwables.CharUnaryOperator<RuntimeException>default CharUnaryOperator compose(CharUnaryOperator before)
default CharUnaryOperator andThen(CharUnaryOperator after)
static CharUnaryOperator identity()
Copyright © 2021. All rights reserved.