@FunctionalInterface public interface IntIntPredicate
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(int valueOne,
int valueTwo)
Evaluates this predicate on the given arguments.
|
Copyright © 2014-2022 Real Logic Limited. All Rights Reserved.