Class RemoveRangeIndex<T>

java.lang.Object
org.apache.flink.runtime.operators.udf.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:
  • Constructor Details

    • RemoveRangeIndex

      public RemoveRangeIndex()
  • Method Details

    • 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