Uses of Interface
org.apache.flink.api.common.functions.MapFunction
-
Packages that use MapFunction Package Description org.apache.flink.api.common.functions org.apache.flink.api.common.operators.base org.apache.flink.api.java.typeutils -
-
Uses of MapFunction in org.apache.flink.api.common.functions
Classes in org.apache.flink.api.common.functions that implement MapFunction Modifier and Type Class Description classRichMapFunction<IN,OUT>Rich variant of theMapFunction. -
Uses of MapFunction in org.apache.flink.api.common.operators.base
Classes in org.apache.flink.api.common.operators.base with type parameters of type MapFunction Modifier and Type Class Description classMapOperatorBase<IN,OUT,FT extends MapFunction<IN,OUT>> -
Uses of MapFunction in org.apache.flink.api.java.typeutils
Methods in org.apache.flink.api.java.typeutils with parameters of type MapFunction Modifier and Type Method Description static <IN,OUT>
TypeInformation<OUT>TypeExtractor. getMapReturnTypes(MapFunction<IN,OUT> mapInterface, TypeInformation<IN> inType)static <IN,OUT>
TypeInformation<OUT>TypeExtractor. getMapReturnTypes(MapFunction<IN,OUT> mapInterface, TypeInformation<IN> inType, String functionName, boolean allowMissing)
-