Class RichCoMapFunction<IN1,​IN2,​OUT>

  • Type Parameters:
    IN1 - Type of the first input.
    IN2 - Type of the second input.
    OUT - Output type.
    All Implemented Interfaces:
    Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.api.common.functions.RichFunction, CoMapFunction<IN1,​IN2,​OUT>

    @Public
    public abstract class RichCoMapFunction<IN1,​IN2,​OUT>
    extends org.apache.flink.api.common.functions.AbstractRichFunction
    implements CoMapFunction<IN1,​IN2,​OUT>
    A RichCoMapFunction represents a Map transformation with two different input types. In addition to that the user can use the features provided by the RichFunction interface.
    See Also:
    Serialized Form
    • Constructor Detail

      • RichCoMapFunction

        public RichCoMapFunction()