Uses of Interface
de.iip_ecosphere.platform.kiServices.functions.aggregation.MultiChannelTimeSeriesAggregator.CompletionFunction
Packages that use MultiChannelTimeSeriesAggregator.CompletionFunction
Package
Description
Generic data aggregation support.
-
Uses of MultiChannelTimeSeriesAggregator.CompletionFunction in de.iip_ecosphere.platform.kiServices.functions.aggregation
Subinterfaces of MultiChannelTimeSeriesAggregator.CompletionFunction in de.iip_ecosphere.platform.kiServices.functions.aggregationModifier and TypeInterfaceDescriptionstatic interfaceRepresents the data format independent access to aggregation data for single data points.Classes in de.iip_ecosphere.platform.kiServices.functions.aggregation that implement MultiChannelTimeSeriesAggregator.CompletionFunctionModifier and TypeClassDescriptionstatic classBasic aggregation function delegating the operations to (lambda) functions.Fields in de.iip_ecosphere.platform.kiServices.functions.aggregation declared as MultiChannelTimeSeriesAggregator.CompletionFunctionModifier and TypeFieldDescriptionMultiChannelTimeSeriesAggregator.LambdaBasedAggregationFunction.completionFunctionConstructors in de.iip_ecosphere.platform.kiServices.functions.aggregation with parameters of type MultiChannelTimeSeriesAggregator.CompletionFunctionModifierConstructorDescriptionLambdaBasedAggregationFunction(Function<I, T> timestampProvider, Function<CI, String> categoryProvider, Function<CI, D> dataProvider, MultiChannelTimeSeriesAggregator.CompletionFunction<T> completionFunction, Function<Integer, MultiChannelTimeSeriesAggregator.ResultBuilder<O, D, T>> resultBuilderProvider) Creates a lambda based aggregation function.