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