Package de.espirit.common.function
Interface UnaryProcedure<P>
Deprecated.
Simple procedure callback to be called with a type safe parameter.
- Since:
- 4.2.416
- See Also:
-
Method Summary
-
Method Details
-
invoke
Deprecated.Procedure call of this unary function.- Parameters:
parameter
- the parameter for this procedure call- Since:
- 4.2.416
-
Consumer
instead