public interface Collector<T,A,R>
| Modifier and Type | Method and Description |
|---|---|
BiConsumer<A,T> |
accumulator() |
BinaryOperator<A> |
combiner() |
Function<A,R> |
finisher() |
Supplier<A> |
supplier() |
BiConsumer<A,T> accumulator()
BinaryOperator<A> combiner()
Copyright © 2026. All rights reserved.