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