mapFirst
mapFirst<
A,C>(f): <B>(data) =>These<C,B>
Defined in: Core/These.ts:107
Transforms the first value, leaving the second unchanged.
Type Parameters
Section titled “Type Parameters”A
C
Parameters
Section titled “Parameters”(a) => C
Returns
Section titled “Returns”<
B>(data):These<C,B>
Type Parameters
Section titled “Type Parameters”B
Parameters
Section titled “Parameters”These<A, B>
Returns
Section titled “Returns”These<C, B>