- Type Parameters:
T
- First argument typeU
- Second argument typeR
- Return type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Equivalent to
BiFunction
, but may throw any exception.-
Method Summary
-
Method Details
-
apply
Applies two arguments to a function that uses unsafe code.- Parameters:
firstArgument
- The first argument.secondArgument
- The second argument.- Returns:
- The result.
- Throws:
Throwable
- If thrown by the unsafe code.
-