Searched defs:collectingAndThen (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/stream/
H A DCollectors.java366 * = people.stream().collect(collectingAndThen(toList(), Collections::unmodifiableList));
378 public static<T,A,R,RR> Collector<T,A,RR> collectingAndThen(Collector<T,A,R> downstream, method in class:Collectors

Completed in 56 milliseconds