Formatter

interface Formatter<in Input, out Output>

Inheritors

Functions

Link copied to clipboard
abstract fun transform(input: Input): Output