Searched defs:anyOf (Results 1 – 5 of 5) sorted by relevance
40 public static <T> Matcher<T> anyOf(Matcher<? extends T>... matchers) { in anyOf() method in AnyOf48 public static <T> Matcher<T> anyOf(Iterable<Matcher<? extends T>> matchers) { in anyOf() method in AnyOf
86 public static <T> org.hamcrest.Matcher<T> anyOf(org.hamcrest.Matcher<? extends T>... matchers) { in anyOf() method in CoreMatchers93 …public static <T> org.hamcrest.Matcher<T> anyOf(java.lang.Iterable<org.hamcrest.Matcher<? extends … in anyOf() method in CoreMatchers
86 public static <T> org.hamcrest.Matcher<T> anyOf(org.hamcrest.Matcher<? extends T>... matchers) { in anyOf() method in Matchers93 …public static <T> org.hamcrest.Matcher<T> anyOf(java.lang.Iterable<org.hamcrest.Matcher<? extends … in anyOf() method in Matchers
193 public static MatchFinder anyOf(final MatchFinder... finders) { in anyOf() method in By
1754 const internal::VariadicOperatorMatcherFunc<2, UINT_MAX> anyOf = { variable