toggle menu
kord-extensions
2.3.6-SNAPSHOT
jvm
switch theme
search in API
kord-extensions
/
dev.kordex.core.utils
/
any
any
inline suspend
fun
<
T
:
Any
>
Flow
<
T
>
.
any
(
crossinline
predicate
:
suspend
(
T
)
->
Boolean
)
:
Boolean
Returns
true
if any element in the
Flow
matches the given predicate. Consumes the
Flow
.