![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
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.
Public Member Functions | |
| long | applyAsLong (long left, long center, long right) |
| long | applyAsLong (long left, long center, long right) |
| 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 |