Formatting Describer
class FormattingDescriber(patternString: String, arguments: Any) : Function1<(String) -> Unit, Unit>
A FormattingDescriber is a Describer that is given a String to act as a Formatter pattern, and an array of arbitrary values to supply to it.
Author
Mark van Gulik
Parameters
pattern String
The pattern String.
arguments
The arguments to populate the pattern.