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