Searched defs:allOf (Results 1 – 5 of 5) sorted by relevance
44 public static <T> Matcher<T> allOf(Iterable<Matcher<? super T>> matchers) { in allOf() method in AllOf54 public static <T> Matcher<T> allOf(Matcher<? super T>... matchers) { in allOf() method in AllOf
10 …public static <T> org.hamcrest.Matcher<T> allOf(java.lang.Iterable<org.hamcrest.Matcher<? super T>… in allOf() method in Matchers19 public static <T> org.hamcrest.Matcher<T> allOf(org.hamcrest.Matcher<? super T>... matchers) { in allOf() method in Matchers28 …public static <T> org.hamcrest.Matcher<T> allOf(org.hamcrest.Matcher<? super T> first, org.hamcres… in allOf() method in Matchers37 …public static <T> org.hamcrest.Matcher<T> allOf(org.hamcrest.Matcher<? super T> first, org.hamcres… in allOf() method in Matchers46 …public static <T> org.hamcrest.Matcher<T> allOf(org.hamcrest.Matcher<? super T> first, org.hamcres… in allOf() method in Matchers55 …public static <T> org.hamcrest.Matcher<T> allOf(org.hamcrest.Matcher<? super T> first, org.hamcres… in allOf() method in Matchers64 …public static <T> org.hamcrest.Matcher<T> allOf(org.hamcrest.Matcher<? super T> first, org.hamcres… in allOf() method in Matchers
11 …public static <T> org.hamcrest.Matcher<T> allOf(java.lang.Iterable<org.hamcrest.Matcher<? super T>… in allOf() method in CoreMatchers21 public static <T> org.hamcrest.Matcher<T> allOf(org.hamcrest.Matcher<? super T>... matchers) { in allOf() method in CoreMatchers
200 public static MatchFinder allOf(final MatchFinder... finders) { in allOf() method in By
2021 const internal::VariadicOperatorMatcherFunc<2, UINT_MAX> allOf = { variable