Pedestal
Toggle table of contents
3.1.1
common
Platform filter
common
Switch theme
Search in API
Pedestal
Progress
/
opensavvy.progress
/
Progressive
Progressive
@
ExperimentalProgressApi
data
class
Progressive
<
out
Value
>
(
val
value
:
Value
,
val
progress
:
Progress
)
(
source
)
Stores a
value
along with
progress
information.
Members
Constructors
Progressive
Link copied to clipboard
constructor
(
value
:
Value
,
progress
:
Progress
)
Properties
progress
Link copied to clipboard
val
progress
:
Progress
value
Link copied to clipboard
val
value
:
Value
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String