T - Type of the elements being collectedpublic class BatchCollector<T> extends Object implements Collector<T,List<T>,List<T>>
Collector.Characteristics| Modifier and Type | Method and Description |
|---|---|
BiConsumer<List<T>,T> |
accumulator() |
Set<Collector.Characteristics> |
characteristics() |
BinaryOperator<List<T>> |
combiner() |
Function<List<T>,List<T>> |
finisher() |
Supplier<List<T>> |
supplier() |
Copyright © 2018. All rights reserved.