Reference
C++
Python
DotNET
Java Documentation
Java Reference
LongTernaryPredicate.java
Go to the documentation of this file.
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.
Represents a predicate (boolean-valued function) uppon three.
Definition: LongTernaryPredicate.java:26