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