toggle menu
BotCommands
JVM
switch theme
search in API
BotCommands
/
io.github.freya022.botcommands.api.commands.application
/
ValueRange
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
of
Double
Link copied to clipboard
@
JvmStatic
fun
ofDouble
(
minValue
:
Double
,
maxValue
:
Double
)
:
ValueRange
of
Long
Link copied to clipboard
@
JvmStatic
fun
ofLong
(
minValue
:
Long
,
maxValue
:
Long
)
:
ValueRange
range
Link copied to clipboard
infix
fun
Double
.
range
(
maxValue
:
Double
)
:
ValueRange
infix
fun
Int
.
range
(
maxValue
:
Int
)
:
ValueRange
infix
fun
Long
.
range
(
maxValue
:
Long
)
:
ValueRange