Formatter

interface Formatter<T>

A type for objects encapsulating some logic to convert any object of type T into a String

Type Parameters

T

is the type of the objects this formatter can handle

Inheritors

Functions

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

Converts an object of type T into a String