public interface RuleCollection<T,P> extends RuleBuilder<T,Collection<P>>
| Modifier and Type | Method and Description |
|---|---|
WhenCollection<T,P> |
when(java.util.function.Predicate<Collection<P>> predicate) |
addRuleWhenCollection<T,P> when(java.util.function.Predicate<Collection<P>> predicate)
Copyright © 2019 com.github.mvallim. All rights reserved.