Uses of Interface
org.meteoinfo.data.dataframe.impl.KeyFunction
-
Packages that use KeyFunction Package Description org.meteoinfo.data.dataframe org.meteoinfo.data.dataframe.impl -
-
Uses of KeyFunction in org.meteoinfo.data.dataframe
Methods in org.meteoinfo.data.dataframe with parameters of type KeyFunction Modifier and Type Method Description DataFrameGroupByDataFrame. groupBy(KeyFunction function)Group the data frame rows using the specified key function.SeriesGroupBySeries. groupBy(KeyFunction function)Group the series rows using the specified key function. -
Uses of KeyFunction in org.meteoinfo.data.dataframe.impl
Constructors in org.meteoinfo.data.dataframe.impl with parameters of type KeyFunction Constructor Description Grouping(DataFrame df, KeyFunction<V> function, java.lang.Integer... columns)Grouping(Series series, KeyFunction<V> function)
-