converge
Call Signature
Section titled “Call Signature”converge<
A,B,C,R>(f,transformers): (a) =>R
Defined in: Composition/converge.ts:18
Applies an input to several transformer functions independently, then passes all results to a combining function.
Type Parameters
Section titled “Type Parameters”A
B
C
R
Parameters
Section titled “Parameters”(b, c) => R
transformers
Section titled “transformers”[(a) => B, (a) => C]
Returns
Section titled “Returns”(
a):R
Parameters
Section titled “Parameters”A
Returns
Section titled “Returns”R
Example
Section titled “Example”Call Signature
Section titled “Call Signature”converge<
A,B,C,D,R>(f,transformers): (a) =>R
Defined in: Composition/converge.ts:22
Applies an input to several transformer functions independently, then passes all results to a combining function.
Type Parameters
Section titled “Type Parameters”A
B
C
D
R
Parameters
Section titled “Parameters”(b, c, d) => R
transformers
Section titled “transformers”[(a) => B, (a) => C, (a) => D]
Returns
Section titled “Returns”(
a):R
Parameters
Section titled “Parameters”A
Returns
Section titled “Returns”R
Example
Section titled “Example”Call Signature
Section titled “Call Signature”converge<
A,B,C,D,E,R>(f,transformers): (a) =>R
Defined in: Composition/converge.ts:26
Applies an input to several transformer functions independently, then passes all results to a combining function.
Type Parameters
Section titled “Type Parameters”A
B
C
D
E
R
Parameters
Section titled “Parameters”(b, c, d, e) => R
transformers
Section titled “transformers”[(a) => B, (a) => C, (a) => D, (a) => E]
Returns
Section titled “Returns”(
a):R
Parameters
Section titled “Parameters”A
Returns
Section titled “Returns”R