any

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

Sources

Link copied to clipboard