Home
last modified time | relevance | path

Searched defs:reduce (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/util/stream/
DStream.java604 T reduce(T identity, BinaryOperator<T> accumulator); in reduce() method
644 Optional<T> reduce(BinaryOperator<T> accumulator); in reduce() method
693 <U> U reduce(U identity, in reduce() method
DDoubleStream.java375 double reduce(double identity, DoubleBinaryOperator op); in reduce() method
412 OptionalDouble reduce(DoubleBinaryOperator op); in reduce() method
DIntStream.java370 int reduce(int identity, IntBinaryOperator op); in reduce() method
407 OptionalInt reduce(IntBinaryOperator op); in reduce() method
DLongStream.java374 long reduce(long identity, LongBinaryOperator op); in reduce() method
411 OptionalLong reduce(LongBinaryOperator op); in reduce() method
/libcore/ojluni/src/main/java/sun/security/x509/
DGeneralSubtrees.java496 public void reduce(GeneralSubtrees excluded) { in reduce() method in GeneralSubtrees
/libcore/luni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java3754 public <U> U reduce(long parallelismThreshold, in reduce() method in ConcurrentHashMap