Searched defs:reduce (Results 1 – 4 of 4) sorted by relevance
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