WrapOnAsyncExt<T extends Object> extension

on

Methods

wrapValueInAsync() Async<Async<T>>

Available on Async<T>, provided by the WrapOnAsyncExt extension

wrapValueInOk() Async<Ok<T>>

Available on Async<T>, provided by the WrapOnAsyncExt extension

wrapValueInResolvable() Async<Resolvable<T>>

Available on Async<T>, provided by the WrapOnAsyncExt extension

wrapValueInSome() Async<Some<T>>

Available on Async<T>, provided by the WrapOnAsyncExt extension

wrapValueInSync() Async<Sync<T>>

Available on Async<T>, provided by the WrapOnAsyncExt extension