@FunctionalInterface public interface IntDoublePredicate
int and double.
This takes two arguments and returns a boolean result.
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(int intValue,
double doubleValue)
Evaluates the predicate.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.