@FunctionalInterface public interface CheckedIntBinaryOperator
IntBinaryOperator that allows for checked exceptions.
| Modifier and Type | Method and Description |
|---|---|
int |
applyAsInt(int left, int right)
Applies this operator to the given operands.
|