bind
bind<
K,A,B>(key,f): (data) =>TaskMaybe<A&{ [P in string]: B }>
Defined in: Core/TaskMaybe.ts:179
Evaluates a new TaskMaybe 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) => TaskMaybe<B>
Returns
Section titled “Returns”(data) => TaskMaybe<A & { [P in string]: B }>