Java Reference
Java Reference
IntIntToLongFunction.java
Represents a function that accepts two int-valued arguments and produces a long-valued result.
Definition: IntIntToLongFunction.java:25
long applyAsLong(int left, int right)
Applies this function to the given arguments.