Interface TwoParameterVoidFunction<T,U>
- Type Parameters:
T- The first parameter of the function.U- The second parameter of the function.
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The
TwoParameterVoidFunction class defines a lambda expression function that takes two parameters with no return value.-
Method Summary
-
Method Details
-
apply
-