StatisticFormatter

fun interface StatisticFormatter

A formatter used to format statistics in to string representations.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun format(value: Int): String

Formats the given value in to its string representation.