Class JavaFlatMapOperator<InputType,OutputType>

java.lang.Object
org.apache.wayang.core.plan.wayangplan.OperatorBase
org.apache.wayang.core.plan.wayangplan.UnaryToUnaryOperator<InputType,OutputType>
org.apache.wayang.basic.operators.FlatMapOperator<InputType,OutputType>
org.apache.wayang.java.operators.JavaFlatMapOperator<InputType,OutputType>
All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, Operator, JavaExecutionOperator

public class JavaFlatMapOperator<InputType,OutputType> extends FlatMapOperator<InputType,OutputType> implements JavaExecutionOperator
Java implementation of the FlatMapOperator.
See Also: