Uses of Interface
cc.carm.lib.configuration.function.DataValidator
-
Packages that use DataValidator Package Description cc.carm.lib.configuration.builder cc.carm.lib.configuration.function -
-
Uses of DataValidator in cc.carm.lib.configuration.builder
Methods in cc.carm.lib.configuration.builder with parameters of type DataValidator Modifier and Type Method Description SELFAbstractConfigBuilder. validate(@NotNull DataValidator<? super UNIT> validator)Validate the value with the specified condition.SELFAbstractConfigBuilder. validator(@NotNull DataValidator<? super UNIT> validator)Set theDataValidatorfor the value. -
Uses of DataValidator in cc.carm.lib.configuration.function
Methods in cc.carm.lib.configuration.function that return DataValidator Modifier and Type Method Description default DataValidator<T>DataValidator. compose(DataValidator<? super T> other)Methods in cc.carm.lib.configuration.function with parameters of type DataValidator Modifier and Type Method Description default DataValidator<T>DataValidator. compose(DataValidator<? super T> other)
-