WrapOnResultExt<T extends Object> extension

on

Methods

wrapValueInAsync() Result<Async<T>>

Available on Result<T>, provided by the WrapOnResultExt extension

wrapValueInOk() Result<Ok<T>>

Available on Result<T>, provided by the WrapOnResultExt extension

wrapValueInResolvable() Result<Resolvable<T>>

Available on Result<T>, provided by the WrapOnResultExt extension

wrapValueInSome() Result<Some<T>>

Available on Result<T>, provided by the WrapOnResultExt extension

wrapValueInSync() Result<Sync<T>>

Available on Result<T>, provided by the WrapOnResultExt extension