Java Reference
Java Reference
LongTernaryPredicate.java
Go to the documentation of this file.
Represents a predicate (boolean-valued function) uppon three.
Definition: LongTernaryPredicate.java:26
default LongTernaryPredicate negate()
Returns a predicate that represents the logical negation of this predicate.
Definition: LongTernaryPredicate.java:45
boolean test(long left, long center, long right)
Evaluates this predicate on the given arguments.