@FunctionalInterface
public static interface ServiceDiscovererUtils.TwoIntsConsumer
int-valued arguments and returns no result.| Modifier and Type | Method and Description |
|---|---|
void |
accept(int first,
int second)
Performs this operation on the given arguments.
|