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