Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
long | applyAsLong (int left, int right) |
long | applyAsLong (int left, int right) |
Represents a function that accepts two int-valued arguments and produces a long-valued result. This is the int
int
-to-long
primitive specialization for Function
.
This is a functional interface whose functional method is applyAsLong(long, long)
.
Definition at line 27 of file IntIntToLongFunction.java.
long com.google.ortools.constraintsolver.IntIntToLongFunction.applyAsLong | ( | int | left, |
int | right ) |
Applies this function to the given arguments.
left | the first argument |
right | the second argument |
long com.google.ortools.constraintsolver.IntIntToLongFunction.applyAsLong | ( | int | left, |
int | right ) |
Applies this function to the given arguments.
left | the first argument |
right | the second argument |