Class AggregationFunctionAdapter

java.lang.Object
nz.org.riskscape.engine.function.agg.AggregationFunctionAdapter
All Implemented Interfaces:
AutoCloseable, RiskscapeFunction, UntypedFunction, RealizableFunction

public class AggregationFunctionAdapter extends Object implements RiskscapeFunction, RealizableFunction

Adapts an AggregationFunction so that it can be called in a standard RealizedExpression.

Supports only single argument functions, but could be extended to support more complex configurations