Interface Task.Executor<T>

  • Enclosing class:
    Task

    public static interface Task.Executor<T>
    • Method Detail

      • execute

        void execute​(T parameter)
              throws java.lang.Exception
        Throws:
        java.lang.Exception