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

/libcore/ojluni/src/main/java/java/util/stream/
H A DCollectors.java82 * .collect(Collectors.summingInt(Employee::getSalary)));
93 * Collectors.summingInt(Employee::getSalary)));
464 summingInt(ToIntFunction<? super T> mapper) { method in class:Collectors

Completed in 814 milliseconds