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