接口 BaseEditor<T>


public interface BaseEditor<T>
编辑器接口
从以下版本开始:
1.0.0
作者:
mhuang
  • 方法概要

    修饰符和类型
    方法
    说明
    edit(T t)
    编辑
  • 方法详细资料

    • edit

      T edit(T t)
      编辑
      参数:
      t - 需要编辑的对象
      返回:
      编辑后的对象