Collector.Characteristics
Constructor and Description |
---|
HfListCollector() |
Modifier and Type | Method and Description |
---|---|
BiConsumer<List<String>,HistoricalFigure> |
accumulator() |
Set<Collector.Characteristics> |
characteristics() |
BinaryOperator<List<String>> |
combiner() |
Function<List<String>,String> |
finisher() |
Supplier<List<String>> |
supplier() |
public BiConsumer<List<String>,HistoricalFigure> accumulator()
accumulator
in interface Collector<HistoricalFigure,List<String>,String>
public BinaryOperator<List<String>> combiner()
public Set<Collector.Characteristics> characteristics()
characteristics
in interface Collector<HistoricalFigure,List<String>,String>
Copyright © 2017. All rights reserved.