Interface ColumnSummaryModel.Summary

All Known Implementing Classes:
ColumnSummary
Enclosing interface:
ColumnSummaryModel

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

    Modifier and Type
    Method
    Description
    <T extends Number>
    String
    Returns a String containing the summary information for the given column
  • Method Details

    • summary

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