What is the purpose of DoubleBinaryOperator functional interface in Java8?
What is the purpose of DoubleBinaryOperator functional interface in Java8? It represents an operation upon two double-valued operands and producing a double-valued result.