any

suspend fun <T> Flow<T>.any(predicate: suspend (T) -> Boolean): Boolean(source)

Return

true if at least one element matches the given predicate

Since

0.12.0