Searched defs:predicates (Results 1 – 1 of 1) sorted by relevance
64 SequenceAccumulator(Predicate<E>... predicates) { in SequenceAccumulator()144 static <E> Collector<E, ?, MatchResult<E>> of(Predicate<E>... predicates) { in of()