- Type Parameters:
C- the column identifier type
public interface TableSummaryModel<C>
-
Method Summary
Modifier and TypeMethodDescriptionReturns theSummaryModelassociated with the column identified byidentifierstatic <C> TableSummaryModel<C>
-
Method Details
-
get
Returns theSummaryModelassociated with the column identified byidentifier- Parameters:
identifier- the column identifier- Returns:
- the
SummaryModelfor the column identified by the given identifier, an emptyOptionalif none is available
-
tableSummaryModel
- Type Parameters:
C- the column identifier type- Parameters:
values- the summary values factory- Returns:
- a new
TableSummaryModelinstance
-