程序包 cn.godmao.core

接口 IExecute<E extends Executor>


public interface IExecute<E extends Executor>
  • 方法概要

    修饰符和类型
    方法
    说明
    default void
    execute(E executor, Runnable runnable)
     
    void
    execute(Runnable command)
     
  • 方法详细资料

    • execute

      void execute(Runnable command)
    • execute

      default void execute(E executor, Runnable runnable)