fromTask
fromTask<
A>(task):TaskOption<A>
Defined in: Core/TaskOption.ts:42
Lifts a Task into a TaskOption by wrapping its result in Some.
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”Task<A>
Returns
Section titled “Returns”TaskOption<A>