WrapOnOkExt<T extends Object> extension

on

Methods

wrapValueInAsync() Ok<Async<T>>

Available on Ok<T>, provided by the WrapOnOkExt extension

wrapValueInOk() Ok<Ok<T>>

Available on Ok<T>, provided by the WrapOnOkExt extension

wrapValueInResolvable() Ok<Resolvable<T>>

Available on Ok<T>, provided by the WrapOnOkExt extension

wrapValueInSome() Ok<Some<T>>

Available on Ok<T>, provided by the WrapOnOkExt extension

wrapValueInSync() Ok<Sync<T>>

Available on Ok<T>, provided by the WrapOnOkExt extension