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