IN1 - Type of the first input.IN2 - Type of the second input.OUT - Output type.public interface CoFlatMapFunction<IN1,IN2,OUT> extends org.apache.flink.api.common.functions.Function, Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
flatMap1(IN1 value,
org.apache.flink.util.Collector<OUT> out) |
void |
flatMap2(IN2 value,
org.apache.flink.util.Collector<OUT> out) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.