Uses of Interface
org.solidcoding.validation.api.contracts.Rule.Extended
-
Packages that use Rule.Extended Package Description org.solidcoding.validation.api.contracts -
-
Uses of Rule.Extended in org.solidcoding.validation.api.contracts
Methods in org.solidcoding.validation.api.contracts that return Rule.Extended Modifier and Type Method Description Rule.Extended<T>RuleBuilder.Extended. otherwiseReport(String message, Object... formatArguments)Methods in org.solidcoding.validation.api.contracts with parameters of type Rule.Extended Modifier and Type Method Description ContinuingValidationBuilder<T>ContinuingValidationBuilder. and(Rule.Extended<T> rule)Connect your current predicate to another one.ArgumentAppender<T>ValidationBuilder. compliesWith(Rule.Extended<T> rule)
-