toggle menu
kord-extensions
2.3.6-SNAPSHOT
jvm
switch theme
search in API
web-backend
/
dev.kordex.modules.web.core.backend.values
Package-level
declarations
Types
Types
Timed
Container
Link copied to clipboard
@
Serializable
(
with
=
TimedContainerSerializer::class
)
data
class
TimedContainer
<
V
>
(
val
value
:
V
,
val
time
:
Instant
)
Value
Check
Link copied to clipboard
typealias
ValueCheck
=
(
now
:
LocalDateTime
)
->
Boolean
Value
Interval
Link copied to clipboard
@
Serializable
sealed
class
ValueInterval