ContentGenerator

fun interface ContentGenerator<T>(source)

Generic interface for progress content generator.

Inheritors

Functions

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