public interface RuleBuilderCollection<T,P>
| Modifier and Type | Method and Description |
|---|---|
Must<T,P,W> |
must(java.util.function.Predicate<P> predicate) |
W |
whenever(java.util.function.Predicate<P> predicate) |
W whenever(java.util.function.Predicate<P> predicate)
Must<T,P,W> must(java.util.function.Predicate<P> predicate)
Copyright © 2019 com.github.mvallim. All rights reserved.