chainSecond
chainSecond<
A,B,D>(f): (data) =>These<A,D>
Defined in: Core/These.ts:181
Chains These computations by passing the second value to f. First propagates unchanged; Second and Both apply f to the second value.
Type Parameters
Section titled “Type Parameters”A
B
D
Parameters
Section titled “Parameters”(b) => These<A, D>
Returns
Section titled “Returns”(
data):These<A,D>
Parameters
Section titled “Parameters”These<A, B>
Returns
Section titled “Returns”These<A, D>