public interface Matcher<M extends Matcher<M,T,R>,T,R>
Modifier and Type | Interface and Description |
---|---|
static class |
Matcher.Base<M extends Matcher<M,T,R>,T,R> |
static class |
Matcher.JunctionType |
Modifier and Type | Method and Description |
---|---|
M |
allOf() |
M |
anyOf() |
Predicate<T> |
toPredicate() |
Function<T,R> |
transformFunction() |
Copyright © 2024. All rights reserved.