public Matcher<T>
Checks if argument is matching some criteria
| Modifier and Type | Interface and Description |
|---|---|
static class |
Matcher.DefaultImpls
Checks if argument is matching some criteria
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(T arg) |
Matcher<T> |
substitute(java.util.Map<java.lang.Object,? extends java.lang.Object> map) |
boolean match(T arg)
Matcher<T> substitute(java.util.Map<java.lang.Object,? extends java.lang.Object> map)