@FunctionalInterface public interface CheckedDoubleBinaryOperator
DoubleBinaryOperator that allows for checked exceptions.| Modifier and Type | Method and Description |
|---|---|
double |
applyAsDouble(double left,
double right)
Applies this operator to the given operands.
|
Copyright © 2014. All Rights Reserved.