fun <T> Builder<Result<T>>.succeeded(): Builder<T>
Asserts that the subject is a successful result and maps this assertion to an assertion over the result value.
See Also
Result.isSuccess