Interface Executable<T>


  • public interface Executable<T>
    An object which it is possible to execute any logic.
    • Method Detail

      • execute

        void execute​(T ctx)