public class WindowAverage extends Object implements Function<List<Map<String,Double>>,Map<String,Double>>
WindowAverage()
Map<String,Double>
apply(List<Map<String,Double>> in)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public WindowAverage()
public Map<String,Double> apply(List<Map<String,Double>> in)
Function
apply
Function<List<Map<String,Double>>,Map<String,Double>>
in