Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
long | applyAsLong (long left, long center, long right) |
long | applyAsLong (long left, long center, long right) |
Represents an operation upon three long
-valued operands and producing a long
-valued result. This is the primitive type specialization of TernaryOperator for long
.
This is a functional interface whose functional method is applyAsLong(long, long, long)
.
Definition at line 27 of file LongTernaryOperator.java.
long com.google.ortools.constraintsolver.LongTernaryOperator.applyAsLong | ( | long | left, |
long | center, | ||
long | right ) |
Applies this operator to the given operands.
left | the first operand |
center | the second operand |
right | the third operand |
long com.google.ortools.constraintsolver.LongTernaryOperator.applyAsLong | ( | long | left, |
long | center, | ||
long | right ) |
Applies this operator to the given operands.
left | the first operand |
center | the second operand |
right | the third operand |