Searched defs:and (Results 1 – 1 of 1) sorted by relevance
35 public static <T> Predicate<T> and(Predicate<? super T>... components) { in and() method in Predicates47 public static <T> Predicate<T> and(Iterable<? extends Predicate<? super T>> components) { in and() method in Predicates