public class MinAggregator extends Object implements AggregationFunction
| Constructor and Description |
|---|
MinAggregator() |
| Modifier and Type | Method and Description |
|---|---|
double |
aggregate(List<Double> elements)
Aggregates the elements to a single double.
|
String |
toString() |
public double aggregate(List<Double> elements)
AggregationFunctionaggregate in interface AggregationFunctionelements - a list of doublepublic String toString()
toString in interface AggregationFunctiontoString in class ObjectCopyright © 2018. All rights reserved.