接口 FunctionRunnable


public interface FunctionRunnable
从以下版本开始:
Jan, 17th, 2017
作者:
Konloch
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    run(String[] parameters)
    A functional interface for functions
  • 方法详细资料

    • run

      void run(String[] parameters)
      A functional interface for functions
      参数:
      parameters - the parameters supplied for the function