Package org.openxava.util
Interface IProcedure
-
public interface IProcedureFunctional interface that does not receive or return any value.Intended to be used in lambdas.
- Since:
- 6.3.2
- Author:
- Javier Paniza
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute()
-