Searched defs:anyOf (Results 1 – 2 of 2) 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