@Internal public class CombineToGroupCombineWrapper<IN,OUT,F extends CombineFunction<IN,IN> & GroupReduceFunction<IN,OUT>> extends Object implements GroupCombineFunction<IN,IN>, GroupReduceFunction<IN,OUT>
CombineFunction and GroupReduceFunction interfaces
and makes it look like a function that implements GroupCombineFunction and GroupReduceFunction to the runtime.Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.