@FunctionalInterface
public abstract interface DoubleBinaryOperator
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

Represents an operation upon two double-valued operands and producing a double-valued result. This is the primitive type specialization of BinaryOperator for double.

This is a functional interface whose functional method is applyAsDouble(double, double).

See also:
BinaryOperator, DoubleUnaryOperator

Since:  1.8