@FunctionalInterface
@Generated(value="uk.kludje.annotation.processor.UncheckedFunctionalInterfaceProcessor")
public interface UDoubleUnaryOperator
extends java.util.function.DoubleUnaryOperator
| Modifier and Type | Method and Description |
|---|---|
double |
$applyAsDouble(double arg0) |
default double |
applyAsDouble(double arg0)
Invokes
double $applyAsDouble(double arg0). |
static UDoubleUnaryOperator |
asUDoubleUnaryOperator(UDoubleUnaryOperator t)
Convenience method as an alternative to casting.
|
default double applyAsDouble(double arg0)
double $applyAsDouble(double arg0).
Throws anything thrown by double $applyAsDouble(double arg0).applyAsDouble in interface java.util.function.DoubleUnaryOperatordouble $applyAsDouble(double arg0)
throws java.lang.Throwable
java.lang.Throwablestatic UDoubleUnaryOperator asUDoubleUnaryOperator(UDoubleUnaryOperator t)
t - the unchecked type