@FunctionalInterface public interface MatcherLookup
| Modifier and Type | Method and Description |
|---|---|
static MatcherLookup |
failing() |
static <T,M extends Match<T>> |
forType(Class<M> type,
Matcher<T,M> matcher) |
default MatcherLookup |
join(MatcherLookup other) |
<T,M extends Match<T>> |
matcher(M match) |
static MatcherLookup |
systemDefault() |
default MatcherLookup join(MatcherLookup other)
static <T,M extends Match<T>> MatcherLookup forType(Class<M> type, Matcher<T,M> matcher)
static MatcherLookup failing()
static MatcherLookup systemDefault()
Copyright © 2021. All rights reserved.