@FunctionalInterface public interface ThrowingIntUnaryOperator extends IntUnaryOperator
IntUnaryOperator| Modifier and Type | Method and Description |
|---|---|
default int |
applyAsInt(int operand) |
int |
doApplyAsInt(int operand) |
andThen, compose, identitydefault int applyAsInt(int operand)
applyAsInt in interface IntUnaryOperator