@FunctionalInterface public interface IntLongToLongFunction
int and long.
This takes two arguments and returns a long result.
| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(int intValue,
long longValue)
Performs an operation on the values.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.