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