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