- Type Parameters:
T- First argument typeU- Second argument 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
BiConsumer, but may throw any exception.-
Method Summary
-
Method Details
-
accept
Accepts two arguments using unsafe code.- Parameters:
firstArgument- The argument.secondArgument- The argument.- Throws:
Throwable- If thrown by the unsafe code.
-