@FunctionalInterface public interface CheckedIntUnaryOperator
IntUnaryOperator that allows for checked exceptions.
| Modifier and Type | Method and Description |
|---|---|
int |
applyAsInt(int operand)
Applies this operator to the given operand.
|