- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A
IntBinaryOperator that allows for checked exceptions.- Author:
- Lukas Eder
-
Method Summary
Modifier and TypeMethodDescriptionintapplyAsInt(int left, int right) Applies this operator to the given operands.static IntBinaryOperatorsneaky(CheckedIntBinaryOperator operator) static IntBinaryOperatorunchecked(CheckedIntBinaryOperator operator) static IntBinaryOperatorunchecked(CheckedIntBinaryOperator operator, Consumer<Throwable> handler)
-
Method Details
-
applyAsInt
Applies this operator to the given operands.- Parameters:
left- the first operandright- the second operand- Returns:
- the operator result
- Throws:
Throwable
-
sneaky
-
unchecked
-
unchecked
-