接口的使用
org.meteoinfo.dataframe.impl.Function
-
使用Function的程序包 程序包 说明 org.meteoinfo.dataframe org.meteoinfo.dataframe.impl -
-
org.meteoinfo.dataframe中Function的使用
参数类型为Function的org.meteoinfo.dataframe中的方法 修饰符和类型 方法 说明 <V> DataFrameDataFrame. apply(Function<?,?> function)Apply a function<V> DataFrameDataFrameGroupBy. apply(Function<?,?> function)Apply a function<V> SeriesSeriesGroupBy. apply(Function<?,?> function)Apply a function -
org.meteoinfo.dataframe.impl中Function的使用
org.meteoinfo.dataframe.impl中Function的子接口 修饰符和类型 接口 说明 interfaceAggregate<I,O>A function that converts lists of data frame values to aggregate results.interfaceKeyFunction<I>A function that converts data frame rows to index or group keys.interfacePredicate<I>An interface used to filter a DataFrame.interfaceTimeFunction<I,O>A function that converts DateTime value to Stringstatic interfaceTransforms.CumulativeFunction<I,O>声明为Function的org.meteoinfo.dataframe.impl中的字段 修饰符和类型 字段 说明 protected Function<V,U>Views.TransformedSeriesView. transformprotected Function<V,U>Views.TransformedView. transform参数类型为Function的org.meteoinfo.dataframe.impl中的方法 修饰符和类型 方法 说明 <V> DataFrameGrouping. apply(DataFrame df, Function<?,?> function)<V> SeriesGrouping. apply(Series series, Function<?,?> function)参数类型为Function的org.meteoinfo.dataframe.impl中的构造器 构造器 说明 TransformedSeriesView(DataFrame df, Function<V,U> transform, int index, boolean transpose)TransformedView(DataFrame df, Function<V,U> transform, boolean transpose)
-