@FunctionalInterface public interface DoubleBinaryOperator
double-valued operands
that produces a double-valued result.BinaryOperator| Modifier and Type | Method and Description |
|---|---|
double |
applyAsDouble(double left,
double right)
Applies this operator to the given operands.
|
Copyright © 2017. All rights reserved.