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