T
- the type of the first argument to the function@FunctionalInterface public interface ObjIntToIntFunction<T>
int
-valued argument
and produces an int
-valued result.
This is the (reference, int, int)
specialization of BiFunction
.BiFunction
Modifier and Type | Method and Description |
---|---|
int |
applyAsInt(T a,
int b)
Applies this function to the given arguments.
|
int applyAsInt(T a, int b)
a
- the first function argumentb
- the second function argument