public final class DoubleMaxAggregatorBinaryFunction extends Object implements BinaryFunction<Double,Double,Double>
AbstractNoStoreAggregator which
finds the maximum of 2 double(s).public DoubleMaxAggregatorBinaryFunction()
public Double evaluate(Double left, Double right)
evaluate in interface BinaryFunction<Double,Double,Double>left - first number to compare. If null, then
right will be returned.right - second number to add. If null, then
left will be returned.Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.