public class MinAggregator extends Object implements AggregationFunction
| Constructor and Description |
|---|
MinAggregator() |
| Modifier and Type | Method and Description |
|---|---|
Double |
eval(List<Double> elements)
Evaluates the function for the given element.
|
String |
toString() |
public Double eval(List<Double> elements)
SimpleFunctioneval in interface AggregationFunctioneval in interface SimpleFunction<List<Double>,Double>elements - some elementpublic String toString()
toString in interface AggregationFunctiontoString in class ObjectCopyright © 2019. All rights reserved.