guard

infix inline fun <T, E> Outcome<T, E>.guard(elseBlock: (Outcome.Error<E>) -> Nothing): T

A convenience function. Calls unwrapOrReturn