IN1
IN2
OUT
public interface CoFlatMapFunction<IN1,IN2,OUT> extends Function, Serializable
void
flatMap1(IN1 value, Collector<OUT> out)
flatMap2(IN2 value, Collector<OUT> out)
void flatMap1(IN1 value, Collector<OUT> out) throws Exception
Exception
void flatMap2(IN2 value, Collector<OUT> out) throws Exception
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.