ContentGenerator

fun interface ContentGenerator<T>

Generic interface for progress content generator.

Functions

generateContent
Link copied to clipboard
abstract fun generateContent(tag: Tag, value: T, bounds: Bounds<out T>)

Inheritors

FormatFractionContentGenerator
Link copied to clipboard
FormatNumberValueContentGenerator
Link copied to clipboard