Package org.apache.wayang.spark.compiler
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:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FlatMapFunctionAdapter
-
-
Method Details
-
call
- Specified by:
call
in interfaceorg.apache.spark.api.java.function.FlatMapFunction<InputType,
OutputType> - Throws:
Exception
-