Package org.solidcoding.validation.api
Interface RuleBuilder<T>
-
public interface RuleBuilder<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuleBuilder<T>and(Predicate<T> rule)Rule<T>otherWiseReport(String failMessage, Object... formatArguments)
-