BotCommands
Toggle table of contents
3.0.0-beta.3
jvm
Platform filter
jvm
Switch theme
Search in API
BotCommands
BotCommands-core
/
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