@FunctionalInterface
public interface IntIntToLongFunction
int
int
-to-long
primitive
specialization for Function
.
This is a functional interface
whose functional method is #applyAsLong(long, long)
.
Function
,
IntToLongFunction.
Modifier and Type | Method and Description |
---|---|
long |
applyAsLong(int left,
int right)
Applies this function to the given arguments.
|
Copyright © 2025. All rights reserved.