@FunctionalInterface public interface IntObjPredicate<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(int valueOne,
T valueTwo)
Evaluates this predicate on the given arguments.
|
boolean test(int valueOne,
T valueTwo)
valueOne - for the tuple.valueTwo - for the tuple.true if the input arguments match the predicate, otherwise false.Copyright © 2014-2022 Real Logic Limited. All Rights Reserved.