kiscord
0.6.0
kiscord-core
/
kiscord.api
/
coerceValue
coerce
Value
fun
ApplicationCommandOption.Builder
.
coerceValue
(
minValue
:
Long
,
maxValue
:
Long
)
(
source
)
@
JvmName
(
name
=
"coerceLongValue"
)
fun
ApplicationCommandOption.Builder
.
coerceValue
(
range
:
ClosedRange
<
Long
>
)
(
source
)
fun
ApplicationCommandOption.Builder
.
coerceValue
(
minValue
:
Double
,
maxValue
:
Double
)
(
source
)
@
JvmName
(
name
=
"coerceDoubleValue"
)
fun
ApplicationCommandOption.Builder
.
coerceValue
(
range
:
ClosedRange
<
Double
>
)
(
source
)