public final class CoGroupOperator.CoGroupOperatorSets.CoGroupOperatorSetsPredicate.CoGroupOperatorWithoutFunction extends Object
| Modifier and Type | Method and Description |
|---|---|
<R> CoGroupOperator<I1,I2,R> |
with(CoGroupFunction<I1,I2,R> function)
Finalizes a CoGroup transformation by applying a
RichCoGroupFunction to groups of elements with identical keys.Each CoGroupFunction call returns an arbitrary number of keys. |
public <R> CoGroupOperator<I1,I2,R> with(CoGroupFunction<I1,I2,R> function)
RichCoGroupFunction to groups of elements with identical keys.function - The CoGroupFunction that is called for all groups of elements with identical keys.RichCoGroupFunction,
DataSetCopyright © 2014 The Apache Software Foundation. All rights reserved.