Class MapOperatorBase<IN,​OUT,​FT extends MapFunction<IN,​OUT>>

  • Type Parameters:
    IN - The input type.
    OUT - The result type.
    FT - The type of the user-defined function.
    All Implemented Interfaces:
    Visitable<Operator<?>>

    @Internal
    public class MapOperatorBase<IN,​OUT,​FT extends MapFunction<IN,​OUT>>
    extends SingleInputOperator<IN,​OUT,​FT>