Progressive

data class Progressive<out Value>(val value: Value, val progress: Progress)(source)

Stores a value along with progress information.

Constructors

Link copied to clipboard
constructor(value: Value, progress: Progress)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String