Interface FieldCollector<T,A,R>

Type Parameters:
T - the entity type to be collected
A - the intermediate accumulation type of the downstream collector
R - the collected result
All Superinterfaces:
Collector<T,A,R>

public interface FieldCollector<T,A,R> extends Collector<T,A,R>
Since:
3.0.2
Author:
Emil Forslund
  • Method Details

    • getField

      Field<T> getField()
      Returns the field that this collector is associated with.
      Returns:
      the field