Uses of Interface
org.apache.flink.api.common.functions.FlatMapFunction
-
Packages that use FlatMapFunction Package Description org.apache.flink.api.common.functions org.apache.flink.api.common.operators.base org.apache.flink.api.java.typeutils -
-
Uses of FlatMapFunction in org.apache.flink.api.common.functions
Classes in org.apache.flink.api.common.functions that implement FlatMapFunction Modifier and Type Class Description classRichFlatMapFunction<IN,OUT>Rich variant of theFlatMapFunction. -
Uses of FlatMapFunction in org.apache.flink.api.common.operators.base
Classes in org.apache.flink.api.common.operators.base with type parameters of type FlatMapFunction Modifier and Type Class Description classFilterOperatorBase<T,FT extends FlatMapFunction<T,T>>classFlatMapOperatorBase<IN,OUT,FT extends FlatMapFunction<IN,OUT>>Classes in org.apache.flink.api.common.operators.base that implement FlatMapFunction Modifier and Type Class Description static classBulkIterationBase.TerminationCriterionMapper<X>Special Mapper that is added before a termination criterion and is only a container for an special aggregator -
Uses of FlatMapFunction in org.apache.flink.api.java.typeutils
Methods in org.apache.flink.api.java.typeutils with parameters of type FlatMapFunction Modifier and Type Method Description static <IN,OUT>
TypeInformation<OUT>TypeExtractor. getFlatMapReturnTypes(FlatMapFunction<IN,OUT> flatMapInterface, TypeInformation<IN> inType)static <IN,OUT>
TypeInformation<OUT>TypeExtractor. getFlatMapReturnTypes(FlatMapFunction<IN,OUT> flatMapInterface, TypeInformation<IN> inType, String functionName, boolean allowMissing)
-