@Internal public static final class CrossOperator.DefaultCrossFunction<T1,T2> extends Object implements org.apache.flink.api.common.functions.CrossFunction<T1,T2,org.apache.flink.api.java.tuple.Tuple2<T1,T2>>
| Constructor and Description |
|---|
DefaultCrossFunction() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.java.tuple.Tuple2<T1,T2> |
cross(T1 first,
T2 second) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.