AsyncResult
Toggle table of contents
0.1.9
common
Target filter
common
Switch theme
Search in API
Skip to content
AsyncResult
asyncresult-test
/
io.nlopez.asyncresult.test
/
assertErrorWithMetadata
assert
Error
With
Metadata
inline suspend
fun
<
M
>
Flow
<
AsyncResult
<
*
>
>
.
assertErrorWithMetadata
(
)
:
M
Asserts the first terminal emission from the flow is
Error
with metadata of type
M
and returns it.