public interface RuleBuilder<T,P> extends Rule<T>
| Modifier and Type | Method and Description |
|---|---|
void |
addRule(java.util.function.Predicate<P> predicate,
Rule<?> rule) |
void addRule(java.util.function.Predicate<P> predicate, Rule<?> rule)
Copyright © 2019 com.github.mvallim. All rights reserved.