Searched defs:reduce (Results 1 – 7 of 7) sorted by relevance
607 T reduce(T identity, BinaryOperator<T> accumulator); in reduce() method647 Optional<T> reduce(BinaryOperator<T> accumulator); in reduce() method696 <U> U reduce(U identity, in reduce() method
377 double reduce(double identity, DoubleBinaryOperator op); in reduce() method414 OptionalDouble reduce(DoubleBinaryOperator op); in reduce() method
370 int reduce(int identity, IntBinaryOperator op); in reduce() method407 OptionalInt reduce(IntBinaryOperator op); in reduce() method
375 long reduce(long identity, LongBinaryOperator op); in reduce() method412 OptionalLong reduce(LongBinaryOperator op); in reduce() method
496 public void reduce(GeneralSubtrees excluded) { in reduce() method in GeneralSubtrees
136 …@libcore.util.Nullable public <U> U reduce(long parallelismThreshold, @libcore.util.NonNull java.u… in reduce() method in ConcurrentHashMap
3785 public <U> U reduce(long parallelismThreshold, in reduce() method in ConcurrentHashMap