@FunctionalInterface public interface CheckedDoubleUnaryOperator
DoubleUnaryOperator that allows for checked exceptions.| Modifier and Type | Method and Description |
|---|---|
double |
applyAsDouble(double operand)
Applies this operator to the given operand.
|
Copyright © 2014. All Rights Reserved.