T
- public abstract static class AggregateFunction.AggregateFunctionWithParameter<T> extends AggregateFunction<T>
AggregateFunction.AggregateFunctionBuilder<T>, AggregateFunction.AggregateFunctionWithParameter<T>, AggregateFunction.GenericArithmeticMean<T>, AggregateFunction.GenericArithmeticMeanOfBounds<T>, AggregateFunction.GenericBounds<T>, AggregateFunction.GenericCommonPrefix<T>, AggregateFunction.GenericConstant<T>, AggregateFunction.GenericGeometricMean<T>, AggregateFunction.GenericGeometricMeanOfBounds<T>, AggregateFunction.GenericInterval<T>, AggregateFunction.GenericSet<T>, AggregateFunction.GenericSetOfPrefixes<T>
Modifier and Type | Method and Description |
---|---|
abstract boolean |
acceptsParameter(java.lang.String parameter)
Returns whether the function accepts this parameter.
|
abstract java.lang.String |
getParameter()
Returns the parameter.
|
abstract AggregateFunction.AggregateFunctionWithParameter<T> |
newInstance(java.lang.String parameter)
Creates a new instance with the given parameter.
|
aggregate, forType, hasParameter, toLabel, toString
public abstract boolean acceptsParameter(java.lang.String parameter)
parameter
- public abstract java.lang.String getParameter()
public abstract AggregateFunction.AggregateFunctionWithParameter<T> newInstance(java.lang.String parameter)
parameter
-