public abstract class BinaryOperator extends Object
| Constructor and Description |
|---|
BinaryOperator()
Initializes this binary operator.
|
| Modifier and Type | Method and Description |
|---|---|
abstract double |
operation(double a,
double b)
Returns the result of applying this binary operator to the
given doubles.
|