I - the type of the input valuesO - the type of the output valuesAggregate<I,O>, KeyFunction<I>, Predicate<I>, TimeFunction<I,O>, Transforms.CumulativeFunction<I,O>Aggregation.Collapse, Aggregation.Count, Aggregation.Describe, Aggregation.Kurtosis, Aggregation.Max, Aggregation.Mean, Aggregation.Median, Aggregation.Min, Aggregation.Percentile, Aggregation.Product, Aggregation.Skew, Aggregation.StdDev, Aggregation.Sum, Aggregation.Unique, Aggregation.Variance, Selection.DropNaPredicate, TimeFunctions.DayOfWeek, TimeFunctions.HourOfDay, TimeFunctions.MonthOfYear, TimeFunctions.SeasonOfYear, Transforms.CumulativeMax, Transforms.CumulativeMin, Transforms.CumulativeProduct, Transforms.CumulativeSum, Views.FillNaFunction, WindowFunctionpublic interface Function<I,O>
Implementors define apply(Object) to perform the desired calculation
and return the result.
Copyright © 2019. All rights reserved.