接口的使用
cc.carm.lib.configuration.function.DataValidator
使用DataValidator的程序包
-
cc.carm.lib.configuration.builder中DataValidator的使用
修饰符和类型方法说明AbstractConfigBuilder.validate(@NotNull DataValidator<? super UNIT> validator) Validate the value with the specified condition.AbstractConfigBuilder.validator(@NotNull DataValidator<? super UNIT> validator) Set theDataValidatorfor the value. -
cc.carm.lib.configuration.function中DataValidator的使用