src/share/classes/java/util/function/DoubleBinaryOperator.java

Print this page
rev 7047 : 8004015: Additional static and instance utils for functional interfaces.
Reviewed-by: briangoetz

*** 41,47 **** * * @param left the left operand value * @param right the right operand value * @return the result of the operation */ ! public double applyAsDouble(double left, double right); } --- 41,47 ---- * * @param left the left operand value * @param right the right operand value * @return the result of the operation */ ! double applyAsDouble(double left, double right); }