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