Class MapFunctionAdapter<InputType,OutputType>

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

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