Interface ColumnSummaryModel.Summary

All Known Implementing Classes:
ColumnSummary
Enclosing interface:
ColumnSummaryModel

public static interface ColumnSummaryModel.Summary
Specifies a summary provider
  • Method Details

    • summary

      <T extends Number> String summary(ColumnSummaryModel.SummaryValueProvider<T> valueProvider)
      Returns a String containing the summary information for the given column
      Type Parameters:
      T - the value type
      Parameters:
      valueProvider - the object responsible for providing the values for the summary
      Returns:
      a summary text