bind
bind<
K,A,B>(key,f): (data) =>Task<A&{ [P in string]: B }>
Defined in: Core/Task.ts:546
Evaluates a new Task using the current accumulator and attaches the output to a new key.
Type Parameters
Section titled “Type Parameters”K extends string
A
B
Parameters
Section titled “Parameters”K
(a) => Task<B>
Returns
Section titled “Returns”(data) => Task<A & { [P in string]: B }>