Skip to content

ap

ap<A>(arg): <B>(data) => TaskOption<B>

Defined in: Core/TaskOption.ts:86

Applies a function wrapped in a TaskOption to a value wrapped in a TaskOption. Both Tasks run in parallel.

A

TaskOption<A>

<B>(data): TaskOption<B>

B

TaskOption<(a) => B>

TaskOption<B>