ContentGenerator

fun interface ContentGenerator<T>

Generic interface for progress content generator.

Functions

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

Inheritors

Link copied to clipboard
Link copied to clipboard