korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-time
/
korlibs.time
/
FastTimedValue
Fast
Timed
Value
data
class
FastTimedValue
<
T
>
(
val
value
:
T
,
val
duration
:
FastDuration
)
Members
Constructors
Fast
Timed
Value
Link copied to clipboard
constructor
(
value
:
T
,
duration
:
FastDuration
)
Properties
duration
Link copied to clipboard
val
duration
:
FastDuration
value
Link copied to clipboard
val
value
:
T