Java Reference
Java Reference
LongTernaryPredicate.java
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:25
default LongTernaryPredicate negate()
Returns a predicate that represents the logical negation of this predicate.
Definition: LongTernaryPredicate.java:44