RejectOnFailure<T> extension

Collapses an extraction outcome onto its value.

on

Properties

orReject → T

Available on Result<T, Rejection>, provided by the RejectOnFailure extension

The extracted value, or a thrown Rejection.
no setter