Uses of Interface
de.iip_ecosphere.platform.kiServices.functions.aggregation.MultiChannelTimeSeriesAggregator.AggregationFunction
Packages that use MultiChannelTimeSeriesAggregator.AggregationFunction
Package
Description
Generic data aggregation support.
-
Uses of MultiChannelTimeSeriesAggregator.AggregationFunction in de.iip_ecosphere.platform.kiServices.functions.aggregation
Classes in de.iip_ecosphere.platform.kiServices.functions.aggregation that implement MultiChannelTimeSeriesAggregator.AggregationFunctionModifier and TypeClassDescriptionstatic classBasic aggregation function delegating the operations to (lambda) functions.Fields in de.iip_ecosphere.platform.kiServices.functions.aggregation declared as MultiChannelTimeSeriesAggregator.AggregationFunctionConstructors in de.iip_ecosphere.platform.kiServices.functions.aggregation with parameters of type MultiChannelTimeSeriesAggregator.AggregationFunctionModifierConstructorDescriptionChannelTimeSeriesAggregator(boolean isAggregating, MultiChannelTimeSeriesAggregator.AggregationFunction<I, I, O, D, T> function) Creates a new instance for single data points.ChannelTimeSeriesAggregator(MultiChannelTimeSeriesAggregator.AggregationFunction<I, I, O, D, T> function) Creates a not-yet-aggregating instance.MultiChannelTimeSeriesAggregator(boolean isAggregating, MultiChannelTimeSeriesAggregator.AggregationFunction<I, CI, O, D, T> function) Creates a new instance for single data points.MultiChannelTimeSeriesAggregator(boolean isAggregating, MultiChannelTimeSeriesAggregator.AggregationFunction<I, CI, O, D, T> function, Function<I, Iterator<CI>> iteratorProvider) Creates a new instance for single data points.MultiChannelTimeSeriesAggregator(MultiChannelTimeSeriesAggregator.AggregationFunction<I, CI, O, D, T> function) Creates a not-yet-aggregating instance.