E
- The kind of thrown exception or error.@FunctionalInterface
public interface FailableDoubleBinaryOperator<E extends java.lang.Throwable>
DoubleBinaryOperator
that declares a Throwable
.Modifier and Type | Method and Description |
---|---|
double |
applyAsDouble(double left,
double right)
Applies this operator to the given operands.
|
double applyAsDouble(double left, double right) throws E extends java.lang.Throwable
left
- the first operandright
- the second operandE
- if the operation failsE extends java.lang.Throwable
Copyright © 2010 - 2023 Adobe. All Rights Reserved