public class MappingMatchers extends Object
Modifier and Type | Method and Description |
---|---|
static <T,V> org.hamcrest.Matcher<T> |
map(Function<T,V> mapper,
org.hamcrest.Matcher<? extends V> matcher) |
public static <T,V> org.hamcrest.Matcher<T> map(Function<T,V> mapper, org.hamcrest.Matcher<? extends V> matcher)
This work is licensed under a Creative Commons Attribution 4.0 International License.