public class CpeMatchStreamCollector extends Object implements Collector<DefNode,ArrayList<DefCpeMatch>,Stream<DefCpeMatch>>
Collector.Characteristics| Constructor and Description |
|---|
CpeMatchStreamCollector() |
| Modifier and Type | Method and Description |
|---|---|
BiConsumer<ArrayList<DefCpeMatch>,DefNode> |
accumulator() |
Set<Collector.Characteristics> |
characteristics() |
BinaryOperator<ArrayList<DefCpeMatch>> |
combiner() |
Function<ArrayList<DefCpeMatch>,Stream<DefCpeMatch>> |
finisher() |
Supplier<ArrayList<DefCpeMatch>> |
supplier() |
public Supplier<ArrayList<DefCpeMatch>> supplier()
supplier in interface Collector<DefNode,ArrayList<DefCpeMatch>,Stream<DefCpeMatch>>public BiConsumer<ArrayList<DefCpeMatch>,DefNode> accumulator()
accumulator in interface Collector<DefNode,ArrayList<DefCpeMatch>,Stream<DefCpeMatch>>public BinaryOperator<ArrayList<DefCpeMatch>> combiner()
combiner in interface Collector<DefNode,ArrayList<DefCpeMatch>,Stream<DefCpeMatch>>public Function<ArrayList<DefCpeMatch>,Stream<DefCpeMatch>> finisher()
finisher in interface Collector<DefNode,ArrayList<DefCpeMatch>,Stream<DefCpeMatch>>public Set<Collector.Characteristics> characteristics()
characteristics in interface Collector<DefNode,ArrayList<DefCpeMatch>,Stream<DefCpeMatch>>Copyright © 2012–2020 OWASP. All rights reserved.