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/ |
D | CollectorsTest.java | 782 …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/ |
D | Collectors.annotated.java | 120 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/ |
D | Collectors.java | 1936 Collector<T, ?, R> teeing(Collector<? super T, ?, R1> downstream1,
|
/libcore/api/ |
D | current.txt | 18222 ….v_apis") public static <T, R1, R2, R> java.util.stream.Collector<T,?,R> teeing(java.util.stream.C…
|