Module jpastreamer.field
Interface FieldCollector<T,A,R>
- Type Parameters:
T- the entity type to be collectedA- the intermediate accumulation type of the downstream collectorR- the collected result
- All Superinterfaces:
Collector<T,A, R>
- Since:
- 3.0.2
- Author:
- Emil Forslund
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.stream.Collector
Collector.Characteristics -
Method Summary
Methods inherited from interface java.util.stream.Collector
accumulator, characteristics, combiner, finisher, supplier
-
Method Details
-
getField
Returns the field that this collector is associated with.- Returns:
- the field
-