Interface ThrowingBiFunction<I1, I2, R, T extends Throwable>
- Type Parameters:
I1- the type of the first argument to the operationI2- the type of the second argument to the operationR- the type of the result of the functionT- the type of the exception the accept method may throw
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents a function that accepts two arguments, produces a result and may thrown an exception.
- See Also:
-
Method Summary
-
Method Details
-
apply
-