Home
last modified time | relevance | path

Searched defs:accumulator (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/util/stream/
DCollectors.java149 private final BiConsumer<A, T> accumulator; field in CollectorImpl
155 BiConsumer<A, T> accumulator, in CollectorImpl()
167 BiConsumer<A, T> accumulator, in CollectorImpl()
174 public BiConsumer<A, T> accumulator() { in accumulator() method in CollectorImpl
DCollector.java210 BiConsumer<A, T> accumulator(); in accumulator() method
261 BiConsumer<R, T> accumulator, in of()
292 BiConsumer<A, T> accumulator, in of()
DDoubleStream.java454 ObjDoubleConsumer<R> accumulator, in collect()
DIntStream.java446 ObjIntConsumer<R> accumulator, in collect()
DLongStream.java451 ObjLongConsumer<R> accumulator, in collect()