ap<A>(fa): <B>(fab) => Task<B>
Applies a function inside a Task to a value inside another Task.
Type Parametersโ
The input type.
Parametersโ
The value Task.
Returns: <B>(fab): Task<B>โ
A function that applies the function Task.
2.0.0