HomeSort by relevance Sort by last modified time
    Searched full:partitioningby (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
TabulatorsTest.java 56 import static java.util.stream.Collectors.partitioningBy;
581 partitioningBy(classifier),
584 partitioningBy(classifier, toList()),
595 partitioningBy(classifier, partitioningBy(classifier2)),
601 partitioningBy(classifier, reducing(0, Integer::sum)),
  /libcore/ojluni/src/main/java/java/util/stream/
Collectors.java 98 * .collect(Collectors.partitioningBy(s -> s.getGrade() >= PASS_THRESHOLD));
333 * {@code partitioningBy}. For example, given a stream of
644 * {@code partitioningBy}. To perform a simple reduction on a stream,
679 * {@code partitioningBy}. To perform a simple reduction on a stream,
731 * {@code partitioningBy}. To perform a simple map-reduce on a stream,
    [all...]

Completed in 285 milliseconds