Class FlatMapFunctionAdapter<InputType,OutputType>

java.lang.Object
org.apache.wayang.spark.compiler.FlatMapFunctionAdapter<InputType,OutputType>
All Implemented Interfaces:
Serializable, org.apache.spark.api.java.function.FlatMapFunction<InputType,OutputType>

public class FlatMapFunctionAdapter<InputType,OutputType> extends Object implements org.apache.spark.api.java.function.FlatMapFunction<InputType,OutputType>
Wraps a Function as a FlatMapFunction.
See Also: