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