Module is.codion.common.model
Package is.codion.common.model.summary
Interface SummaryModel.SummaryValues.Factory<C>
- Type Parameters:
C- the column identifier type
- Enclosing interface:
SummaryModel.SummaryValues<T extends Number>
public static interface SummaryModel.SummaryValues.Factory<C>
-
Method Summary
-
Method Details
-
create
- Type Parameters:
T- the column type- Parameters:
identifier- the column identifierformat- the format to use- Returns:
- a summary values instance or an empty Optional, if no summary is available for the column
-