Class RemoveRangeIndex<T>

  • All Implemented Interfaces:
    Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.api.common.functions.MapFunction<org.apache.flink.api.java.tuple.Tuple2<Integer,​T>,​T>

    public class RemoveRangeIndex<T>
    extends Object
    implements org.apache.flink.api.common.functions.MapFunction<org.apache.flink.api.java.tuple.Tuple2<Integer,​T>,​T>
    See Also:
    Serialized Form
    • Constructor Detail

      • RemoveRangeIndex

        public RemoveRangeIndex()
    • Method Detail

      • map

        public T map​(org.apache.flink.api.java.tuple.Tuple2<Integer,​T> value)
              throws Exception
        Specified by:
        map in interface org.apache.flink.api.common.functions.MapFunction<org.apache.flink.api.java.tuple.Tuple2<Integer,​T>,​T>
        Throws:
        Exception