We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608dccd commit cf4fcd1Copy full SHA for cf4fcd1
kotlinx-coroutines-core/common/src/flow/terminal/Reduce.kt
@@ -107,7 +107,7 @@ public suspend fun <T> Flow<T>.first(predicate: suspend (T) -> Boolean): T {
107
true
108
}
109
110
- if (result === NULL) throw NoSuchElementException("Expected at least one element matching the predicate $predicate")
+ if (result === NULL) throw NoSuchElementException("Expected at least one element matching the predicate")
111
return result as T
112
113
0 commit comments