@FunctionalInterface public interface LongTernaryOperator
All the inputs and outputs are of type long.
| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(long a,
long b,
long 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.