ap
ap<
A>(arg): <B>(data) =>TaskMaybe<B>
Defined in: Core/TaskMaybe.ts:101
Applies a function wrapped in a Task.Maybe to a value wrapped in a Task.Maybe. 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>