Uses of Interface
in.hocg.boot.utils.enums.ICode
-
Packages that use ICode Package Description in.hocg.boot.utils.enums -
-
Uses of ICode in in.hocg.boot.utils.enums
Subinterfaces of ICode in in.hocg.boot.utils.enums Modifier and Type Interface Description interfaceCodeEnumCreated by hocgin on 2020/2/16.interfaceDataDictEnumCreated by hocgin on 2020/6/13.Methods in in.hocg.boot.utils.enums with type parameters of type ICode Modifier and Type Method Description static <T extends ICode>
Optional<T>ICode. of(Serializable code, Class<T> enumClass)static <T extends ICode>
TICode. ofThrow(Serializable code, Class<T> enumClass)Methods in in.hocg.boot.utils.enums with parameters of type ICode Modifier and Type Method Description default booleanICode. anyMatch(ICode... codes)
-