bindTo
bindTo<
K>(key): <A>(data) =>Maybe<{ [P in string]: A }>
Defined in: Core/Maybe.ts:258
Converts a Maybe value into an object containing a single property. Initiates the pipeline accumulator record.
Type Parameters
Section titled “Type Parameters”K extends string
Parameters
Section titled “Parameters”K
Returns
Section titled “Returns”<A>(data) => Maybe<{ [P in string]: A }>