@FunctionalInterface public interface IntIntDoubleConsumer
int, int and double.
Implementations of this interface will operate using side-effects.
| Modifier and Type | Method and Description |
|---|---|
void |
accept(int intValue1,
int intValue2,
double doubleValue)
Consumes the values, performing an action.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.