Package de.espirit.common.function
Interface BinaryProcedure<P1,P2>
Deprecated.
Simple procedure callback to be called with two type safe parameters.
- Since:
- 4.2.416
- See Also:
-
Method Summary
-
Method Details
-
invoke
Deprecated.Procedure call of this binary function.- Parameters:
param1
- the first parameter for this procedure callparam2
- the second parameter for this procedure call- Since:
- 4.2.416
-
BiConsumer
instead