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