@FunctionalInterface public interface IntTernaryOperator
All the inputs and outputs are of type int.
| Modifier and Type | Method and Description |
|---|---|
int |
applyAsInt(int a,
int b,
int c)
Applies the function.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.