cache
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
cache
api
/
dev.kord.cache.api
/
QueryBuilder
/
lte
lte
open
infix
fun
<
R
:
Comparable
<
R
>
>
KProperty1
<
T
,
R
>
.
lte
(
value
:
R
)
Includes only values for which the given property is lesser than or equal to the given
value
.