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
/
isErrorWithThrowableOfType
is
Error
With
Throwable
Of
Type
inline
fun
<
E
:
Throwable
>
Assert
<
AsyncResult
<
*
>
>
.
isErrorWithThrowableOfType
(
)
:
Assert
<
E
>
Asserts the
AsyncResult
is an
Error
with a throwable of the specified type.