@FunctionalInterface public static interface CombinedMappingMatcher.StreamMatcher<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Iterable<? extends org.hamcrest.Matcher<T>> matchers,
Stream<T> input) |
Copyright © 2017 echocat. All rights reserved.