@FunctionalInterface public interface IntDoubleConsumer
int and double.
Implementations of this interface will operate using side-effects.
| Modifier and Type | Method and Description |
|---|---|
void |
accept(int intValue,
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.