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