Uses of Interface
org.meteoinfo.data.dataframe.impl.Function
-
Packages that use Function Package Description org.meteoinfo.data.dataframe org.meteoinfo.data.dataframe.impl -
-
Uses of Function in org.meteoinfo.data.dataframe
Methods in org.meteoinfo.data.dataframe with parameters of type Function Modifier and Type Method Description <V> DataFrameDataFrame. apply(Function<?,?> function)Apply a function<V> DataFrameDataFrameGroupBy. apply(Function<?,?> function)<V> SeriesSeriesGroupBy. apply(Function<?,?> function) -
Uses of Function in org.meteoinfo.data.dataframe.impl
Subinterfaces of Function in org.meteoinfo.data.dataframe.impl Modifier and Type Interface Description 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 data frame.interfaceTimeFunction<I,O>A function that converts DateTime value to Stringstatic interfaceTransforms.CumulativeFunction<I,O>Fields in org.meteoinfo.data.dataframe.impl declared as Function Modifier and Type Field Description protected Function<V,U>Views.TransformedSeriesView. transformprotected Function<V,U>Views.TransformedView. transformMethods in org.meteoinfo.data.dataframe.impl with parameters of type Function Modifier and Type Method Description <V> DataFrameGrouping. apply(DataFrame df, Function<?,?> function)<V> SeriesGrouping. apply(Series series, Function<?,?> function)Constructors in org.meteoinfo.data.dataframe.impl with parameters of type Function Constructor Description TransformedSeriesView(DataFrame df, Function<V,U> transform, int index, boolean transpose)TransformedView(DataFrame df, Function<V,U> transform, boolean transpose)
-