Home
last modified time | relevance | path

Searched refs:teeing (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DCollectorsTest.java782 …Collector<Integer, ?, Map.Entry<Long, Long>> sumAndCount = Collectors.teeing(summing, counting, Ma…
783 …Collector<Integer, ?, Map.Entry<Integer, Integer>> minAndMax = Collectors.teeing(min, max, Map::en…
784 Collector<Integer, ?, Double> averaging = Collectors.teeing(summing, counting,
786 Collector<Integer, ?, String> summaryStatistics = Collectors.teeing(sumAndCount, minAndMax,
790 Collector<Integer, ?, String> countAndContent = Collectors.teeing(counting, joining,
/libcore/ojluni/annotations/flagged_api/java/util/stream/
DCollectors.annotated.java120 public static <T, R1, R2, R> java.util.stream.Collector<T,?,R> teeing(java.util.stream.Collector<? … in teeing() method in Collectors
/libcore/ojluni/src/main/java/java/util/stream/
DCollectors.java1936 Collector<T, ?, R> teeing(Collector<? super T, ?, R1> downstream1,
/libcore/api/
Dcurrent.txt18222 ….v_apis") public static <T, R1, R2, R> java.util.stream.Collector<T,?,R> teeing(java.util.stream.C…