wrapValueInSome method

Outcome<Some<T>> wrapValueInSome()

Implementation

Outcome<Some<T>> wrapValueInSome() => map((e) => Some(e));