@FunctionalInterface
public interface IntIntConsumer
Modifier and Type | Method and Description |
---|---|
void |
accept(int valueOne,
int valueTwo)
Accept two values that comes as a tuple of ints.
|
Copyright © 2014-2019 Real Logic Ltd. All Rights Reserved.