Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.constraintsolver.IntIntToLongFunction Interface Reference

Detailed Description

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).

See also
Function
IntToLongFunction.

Definition at line 27 of file IntIntToLongFunction.java.

Public Member Functions

long applyAsLong (int left, int right)
long applyAsLong (int left, int right)

Member Function Documentation

◆ applyAsLong() [1/2]

long com.google.ortools.constraintsolver.IntIntToLongFunction.applyAsLong ( int left,
int right )

Applies this function to the given arguments.

Parameters
leftthe first argument
rightthe second argument
Returns
the function result

◆ applyAsLong() [2/2]

long com.google.ortools.constraintsolver.IntIntToLongFunction.applyAsLong ( int left,
int right )

Applies this function to the given arguments.

Parameters
leftthe first argument
rightthe second argument
Returns
the function result

The documentation for this interface was generated from the following files: