Java Reference
Java Reference
LongTernaryOperator.java
Go to the documentation of this file.
Represents an operation upon three.
Definition: LongTernaryOperator.java:27
long applyAsLong(long left, long center, long right)
Applies this operator to the given operands.