@FunctionalInterface public interface ThrowingDoubleUnaryOperator extends DoubleUnaryOperator
DoubleUnaryOperator| Modifier and Type | Method and Description |
|---|---|
default double |
applyAsDouble(double operand) |
double |
doApplyAsDouble(double operand) |
andThen, compose, identitydefault double applyAsDouble(double operand)
applyAsDouble in interface DoubleUnaryOperator