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