@FunctionalInterface public interface IntIntDoublePredicate
int, int and double.
This takes three arguments and returns a boolean result.
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(int intValue1,
int intValue2,
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.