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