BotCommands
Toggle table of contents
3.0.0-beta.5
jvm
Platform filter
jvm
Switch theme
Search in API
BotCommands
BotCommands-jda-ktx
/
dev.freya02.botcommands.jda.ktx.components
/
find
find
inline
fun
<
T
:
Component
>
ComponentTree
<
*
>
.
find
(
crossinline
filter
:
(
T
)
->
Boolean
)
:
T
?
(
source
)
Finds the first component of type
T
satisfying the
filter
, recursively.