public class CheckValues<X,T>
extends java.lang.Object
| Constructor and Description |
|---|
CheckValues() |
| Modifier and Type | Method and Description |
|---|---|
PatternMatcher |
getPatternMatcher() |
<V> _LastStep<X,V,T> |
with(V... values)
Provide a comparison value, JDK 8 Predicate, or Hamcrest Matcher for each Element to match on.
|
@SafeVarargs public final <V> _LastStep<X,V,T> with(V... values)
values - Matching rules for each element in the decomposed / unapplied user inputPredicates.type(java.lang.Class<T>)public PatternMatcher getPatternMatcher()