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