asMaybe

val <Ok : Any> Outcome<Ok, *>.asMaybe: Maybe<Ok>

Convert any Outcome to a Maybe by transforming the Failure.error to Unit.