Formattable

interface Formattable

Interface that adds support for an object to be formatted by StringFormatter.

Functions

Link copied to clipboard
abstract fun formatFor(locale: KalugaLocale, flags: Set<Flag>, width: Int, precision: Int): String

Formats this object to a String using a KalugaLocale, Flags, width, and precision