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