EmptySummary

class EmptySummary : ModelSummary

The special kind of model summary for the models that don't implement ModelSummary interface.

Constructors

EmptySummary
Link copied to clipboard
fun EmptySummary()

Functions

format
Link copied to clipboard
open override fun format(columnSeparator: String, lineSeparatorSymbol: Char, thickLineSeparatorSymbol: Char): List<String>

Formats model summary to array of strings. Rows should form a table with clean and readable structure.