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