Closed
Description
To make Kotlin Flow more suitable for a wide range of tasks, I suggest to add an any
function like in Reactor.
Description
Emit a single boolean true if any of the values of this Flux sequence match the predicate.
Signature
fun <T> Flow<T>.any(predicate: (T) -> Boolean)): Flow<Boolean>
Metadata
Metadata
Assignees
Labels
No labels