![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Represents a function that accepts two int-valued arguments and produces a long-valued result. This is the intint-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.
Public Member Functions | |
| long | applyAsLong (int left, int right) |
| long | applyAsLong (int left, int right) |
| 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 |