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