fun <T> Builder<Result<T>>.failed(): Builder<Throwable>
Asserts that the subject is a failed result and maps this assertion to an assertion over the exception that was thrown
See Also
Result.isFailure