ap
ap<
A>(arg): <B>(data) =>TaskMaybe<B>
Defined in: Core/TaskMaybe.ts:93
Applies a function wrapped in a TaskMaybe to a value wrapped in a TaskMaybe. Both Tasks run in parallel.
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”TaskMaybe<A>
Returns
Section titled “Returns”<B>(data) => TaskMaybe<B>