- Type Parameters:
T
- The type of the first argumentU
- The type of the second argumentV
- The type of the third argument
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A Consumer-type function that takes 3 inputs
- Author:
- swong
-
Method Summary
-
Method Details
-
accept
Performs this operation on the given arguments.- Parameters:
t
- The first argumentu
- The second argumentv
- The third argument
-