T
- the type of the first argument to the predicate@FunctionalInterface public interface ObjDoublePredicate<T>
double
-valued argument.
This is the (reference,
double)
specialization
of BiPredicate
.BiPredicate
Modifier and Type | Method and Description |
---|---|
boolean |
test(T a,
double b)
Evaluates this predicate on the given arguments.
|
boolean test(T a, double b)
a
- the first input argumentb
- the second input argumenttrue
if the input arguments match the predicate,
otherwise false