类 Pasteable
- java.lang.Object
-
- dev.utils.common.able.Pasteable
-
public final class Pasteable extends java.lang.Objectdetail: 通用 Paste 接口- 作者:
- Ttt
所有通用快捷 Paste 接口定义存储类 全部接口只定义一个方法 paste() 且返回值一致 唯一差异就是参数不同
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static interfacePasteable.Paste<T>static interfacePasteable.PasteByParam<T,Param>static interfacePasteable.PasteByParam2<T,Param,Param2>static interfacePasteable.PasteByParam3<T,Param,Param2,Param3>static interfacePasteable.PasteByParamArgs<T,Param>
-