ValueFormatter

fun interface ValueFormatter<in T, out R>

An interface for formatting from one value to another.

Functions

Link copied to clipboard
abstract fun format(update: T): R

Formats the input to the output.