Interface IProcedure


  • public interface IProcedure
    Functional interface that does not receive or return any value.

    Intended to be used in lambdas.

    Since:
    6.3.2
    Author:
    Javier Paniza
    • Method Detail

      • execute

        void execute()
              throws java.lang.Exception
        Throws:
        java.lang.Exception