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