toggle menu
cache
common
switch theme
search in API
api
/
dev.kord.cache.api
/
query
query
inline
fun
<
T
:
Any
>
DataCache
.
query
(
block
:
QueryBuilder
<
T
>
.
(
)
->
Unit
=
{}
)
:
Query
<
T
>
inline
fun
<
T
:
Any
>
DataEntryCache
<
T
>
.
query
(
block
:
QueryBuilder
<
T
>
.
(
)
->
Unit
=
{}
)
:
Query
<
T
>
Creates a new
Query
configured with the
block
.