@FunctionalInterface public interface ObjLongPredicate<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(T valueOne,
long valueTwo)
Evaluates this predicate on the given arguments.
|
boolean test(T valueOne, long 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.