TibiaKt
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
TibiaKt
tibiakt-client
/
com.galarzaa.tibiakt.client.model
/
TimedResult
Timed
Result
data
class
TimedResult
<
T
>
(
val
time
:
Double
,
val
result
:
T
)
(
source
)
Members
Constructors
Timed
Result
Link copied to clipboard
constructor
(
time
:
Double
,
result
:
T
)
Properties
result
Link copied to clipboard
val
result
:
T
time
Link copied to clipboard
val
time
:
Double