Interface IGroupBySummaryProvider<T>

    • Field Detail

      • DEFAULT_SUMMARY_VALUE

        static final Object DEFAULT_SUMMARY_VALUE
    • Method Detail

      • summarize

        Object summarize​(int columnIndex,
                         List<T> children)
        Parameters:
        columnIndex - The column index of the column for which the summary should be calculated.
        children - The child objects to operate on.
        Returns:
        The calculated summary value for the column.