- Preparing search index...
- The search index is not available
apache-beam
- binaryCombineFn<I>(combiner: ((a: I, b: I) => I)): CombineFn<I, I | undefined, I>
-
Parameters
-
combiner: ((a: I, b: I) => I)
-
- (a: I, b: I): I
-
Returns I
Returns CombineFn<I, I | undefined, I>
Creates a CombineFn<I, ..., I> out of a binary operator (which must be commutative and associative).