mapBoth
mapBoth<
A,C,B,D>(onFirst,onSecond): (data) =>These<C,D>
Defined in: Core/These.ts:135
Transforms both the first and second values independently.
Type Parameters
Section titled “Type Parameters”A
C
B
D
Parameters
Section titled “Parameters”onFirst
Section titled “onFirst”(a) => C
onSecond
Section titled “onSecond”(b) => D
Returns
Section titled “Returns”(data) => These<C, D>